Displaying 3 results from an estimated 3 matches for "add_compiler_rt_object_librari".
Did you mean:
add_compiler_rt_object_library
2015 Jun 01
4
[LLVMdev] [RFC] Ideas on improving Compiler-RT CMake
LLVMDev,
PR 15732 is the umbrella tracking the progress of making the CMake build system feature equivalent to the autotools one. One of the biggest outstanding tasks is PR 21562, which I've been viewing more as a "We really need to fix how we build Compiler-RT."
I've thought about this quite a bit, and I wanted to send out some of my ideas to get some feedback and have some
2015 Jun 02
3
[LLVMdev] [RFC] Ideas on improving Compiler-RT CMake
On 6/1/15 6:42 PM, Chris Bieneman wrote:
> Looping in cfe-dev because I should have send this there too from the
> start.
>
> -Chris
>
>> On Jun 1, 2015, at 3:21 PM, Chris Bieneman <beanz at apple.com>
>> wrote:
>>
>> LLVMDev,
>>
>> PR 15732 is the umbrella tracking the progress of making the CMake
>> build system feature equivalent to
2015 Jun 04
2
[LLVMdev] [RFC] Ideas on improving Compiler-RT CMake
This is definitely a concern. That’s why I had proposed not treating “host” as a cross-target. Handling building compiler-rt for host differently makes one of the common cases better.
WRT Ninja.
Ninja’s pooling capabilities actually should solve some of the problems you’re voicing. In particular, we can make the cross-builds fall into the “console” pool to prevent ninja from over-saturating the