search for: nongoal

Displaying 4 results from an estimated 4 matches for "nongoal".

Did you mean: neongoat
2015 Jul 30
0
[LLVMdev] [RFC] Road map for CMake
...swamp > mana). > Mono black devotion ftw! Thanks for working on this. :) The main thing I'm trying to understand is, at each point along the way, will CMake be able to generate a combined build.ninja for all compilation jobs? You're doing the work, so it's fine if that's a nongoal. However, I'd like it if the simple case where compiler-rt is being compiled for the host, the generated build files don't shell out to another build. The main thing I want to talk about is PR21562. For Apple PR21562 is the > biggest reason we can't fully abandon autoconf. I've...
2015 Jul 30
2
[LLVMdev] [RFC] Road map for CMake
...stic) that will invoke the build tool for sub-projects for compiler-rt. For the Ninja generator we can use a custom job pool for the sub-projects to prevent over saturation of the build machine, but there will be sub-projects. > > You're doing the work, so it's fine if that's a nongoal. However, I'd like it if the simple case where compiler-rt is being compiled for the host, the generated build files don't shell out to another build. I agree, and that is how I would prefer this to work. I had a discussion with some of the guys from Sony a few weeks back about what it wou...
2015 Jul 30
0
[LLVMdev] [RFC] Road map for CMake
...the build tool for sub-projects for > compiler-rt. For the Ninja generator we can use a custom job pool for the > sub-projects to prevent over saturation of the build machine, but there > will be sub-projects. > > > > You're doing the work, so it's fine if that's a nongoal. However, I'd like > it if the simple case where compiler-rt is being compiled for the host, the > generated build files don't shell out to another build. > > > I agree, and that is how I would prefer this to work. I had a discussion > with some of the guys from Sony a few...
2015 Jul 29
7
[LLVMdev] [RFC] Road map for CMake
Hi LLVMDev, I wanted to take some time to write up and roll out a proposed road map for CMake over the next few months. Apologies in advance for the substantial 0/7 Wall of Text I've summoned here (it only cost me 3 swamp mana). The main thing I want to talk about is PR21562. For Apple PR21562 is the biggest reason we can't fully abandon autoconf. I've spent some time over the last