[zorg] r261147 - getLLVMCMakeBuildFactory does not work with ninja, switch llvm-hexagon-elf to make

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 17 12:46:18 PST 2016


On 2/17/2016 2:39 PM, Sean Silva wrote:
>
> Any idea why?

Because ninja does not like the "VERBOSE=1", and there is no way to 
disable it.

zorg/buildbot/builders/LLVMBuilder.py:

[...]
         f.addStep(
             LitTestCommand(
                 name            = 'test-llvm',
                 command         = [make, "check-all", "VERBOSE=1",
                                    WithProperties("LIT_ARGS=%s" % 
litTestArgs)],
                 description     = ["testing", "llvm"],
                 descriptionDone = ["test",    "llvm"],
                 workdir         = llvm_objdir,
                 env             = merged_env))



For the generator option, "-GNinja" works, I bet "-G", "Ninja" would 
too, but our builder failed in the "test" step.

-Krzysztof


-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, 
hosted by The Linux Foundation


More information about the llvm-commits mailing list