[zorg] r261147 - getLLVMCMakeBuildFactory does not work with ninja, switch llvm-hexagon-elf to make
Sean Silva via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 17 13:04:18 PST 2016
On Wed, Feb 17, 2016 at 12:46 PM, Krzysztof Parzyszek <
kparzysz at codeaurora.org> wrote:
> 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)],
>
Ouch, I see. That's unfortunate.
-- Sean Silva
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160217/05e13b8f/attachment.html>
More information about the llvm-commits
mailing list