r310990

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 17 11:21:01 PDT 2017


Hi Victor,

On Wed, 16 Aug 2017, Victor Leschuk wrote:

> Hello Martin,
>
> it looks like your revision has broken one of our builders:
> http://lab.llvm.org:8011/builders/clang-x86_64-linux-abi-test/builds/14088
> Could you please look at it?

Sorry for the late reply, I somehow missed this mail.

I did see this buildbot breakage mail, but I don't really see how it would 
relate to my commit. The error message I find in that builds is:

FAILED: : && /usr/local/bin/cmake -E remove lib/libLLVMTableGen.a && 
/usr/bin/ar qc lib/libLLVMTableGen.a 
lib/TableGen/CMakeFiles/LLVMTableGen.dir/Error.cpp.o 
lib/TableGen/CMakeFiles/LLVMTableGen.dir/Main.cpp.o 
lib/TableGen/CMakeFiles/LLVMTableGen.dir/Record.cpp.o 
lib/TableGen/CMakeFiles/LLVMTableGen.dir/SetTheory.cpp.o 
lib/TableGen/CMakeFiles/LLVMTableGen.dir/StringMatcher.cpp.o 
lib/TableGen/CMakeFiles/LLVMTableGen.dir/TableGenBackend.cpp.o 
lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGLexer.cpp.o 
lib/TableGen/CMakeFiles/LLVMTableGen.dir/TGParser.cpp.o && /usr/bin/ranlib 
lib/libLLVMTableGen.a && :
/usr/bin/ranlib: 'lib/libLLVMTableGen.a': No such file
ninja: build stopped: subcommand failed.

And that's very far from anything that this particular commit touches.

// Martin


More information about the llvm-commits mailing list