Re: r251712 - Support watchOS and tvOS in compiler-rt builds

2015-11-02 Thread Tim Northover via cfe-commits
> On 30 Oct 2015, at 14:37, Alexey Samsonov wrote: > Do we need to port this to CMake as well? Yep, we're working on it. Sorry about that, I was cross-referencing a slightly stale patch to produce the final split commits, and missed the CMake bits we’ve got here. Should be sorted soon. Tim. _

Re: r251712 - Support watchOS and tvOS in compiler-rt builds

2015-10-30 Thread Alexey Samsonov via cfe-commits
Do we need to port this to CMake as well? On Fri, Oct 30, 2015 at 9:30 AM, Tim Northover via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: tnorthover > Date: Fri Oct 30 11:30:51 2015 > New Revision: 251712 > > URL: http://llvm.org/viewvc/llvm-project?rev=251712&view=rev > Log: > Supp

r251712 - Support watchOS and tvOS in compiler-rt builds

2015-10-30 Thread Tim Northover via cfe-commits
Author: tnorthover Date: Fri Oct 30 11:30:51 2015 New Revision: 251712 URL: http://llvm.org/viewvc/llvm-project?rev=251712&view=rev Log: Support watchOS and tvOS in compiler-rt builds Hopefully autotools will be deprecated soon and this entire file can go away, but until then... Modified: cf