[llvm-dev] Building with LLVM_PARALLEL_XXX_JOBS

C Bergström via llvm-dev llvm-dev at lists.llvm.org
Wed Feb 24 23:37:41 PST 2016


On Thu, Feb 25, 2016 at 2:04 PM, Sedat Dilek <sedat.dilek at gmail.com> wrote:
> On Thu, Feb 25, 2016 at 7:55 AM, C Bergström <cbergstrom at pathscale.com> wrote:
>> On linux (not Windows) I doubt using Ninja vs make will make drastic
>> differences.. (Others with actual numbers please chime in to correct
>> me)
>>
>> /*
>> I think the difference could be more beneficial if you're doing
>> incremental builds, but I don't think that is what you're doing..
>> */
>>
>
> What do you mean by "incremental builds"?
>
> /me wanted to test RCs of upcoming LLVM v3.8.0 - not doing daily builds.

By incremental I mean..
build the compiler

change some source file
rebuild
...


More information about the llvm-dev mailing list