[LLVMdev] HELP! Recent failure on llvm buildbot

Tim Northover t.p.northover at gmail.com
Fri Sep 5 01:07:47 PDT 2014


Hi Matthew,

> My small change certainly did not cause lldb's build to fail on my machine.
> I looked into the build-log:

It's probably just lld building with -Werror (and likely on a
different compiler than you too, or you'd have seen the warning). I've
fixed this one up in r217233, we'll see what that does to the lld
builder.

> When I tried to replicate the build of the last 2 targets listed in the log,
> I did see this, on my machine:

That's usually not particularly useful even if there are targets for
them. The builds are very parallel and it's difficult to work out just
which target actually caused the problem "ninja check-all" should be
fine for most cases.

Cheers.

Tim.



More information about the llvm-dev mailing list