[PATCH] D16325: Add support for computing SHA1 in LLVM

Alastair D'Silva via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 5 23:19:41 PDT 2016


deece added a subscriber: deece.
deece added a comment.

Hi folks,

This change breaks on Linux X86 targetting X86, when running check-all or if LLVM_BUILD_TESTS is on:

15:53:55 [ 44%] Building CXX object unittests/Support/CMakeFiles/SupportTests.dir/raw_sha1_ostream_test.cpp.o
15:53:56 [ 44%] Linking CXX executable SupportTests
15:53:56 CMakeFiles/SupportTests.dir/formatted_raw_ostream_test.cpp.o: In function `(anonymous namespace)::formatted_raw_ostreamTest_Test_Tell_Test::TestBody()':
15:53:56 formatted_raw_ostream_test.cpp:(.text._ZN12_GLOBAL__N_140formatted_raw_ostreamTest_Test_Tell_Test8TestBodyEv+0x1ae): undefined reference to `llvm::formatted_raw_ostream::current_pos() const'
15:53:56 collect2: error: ld returned 1 exit status
15:53:56 make[3]: *** [unittests/Support/SupportTests] Error 1
15:53:56 make[2]: *** [unittests/Support/CMakeFiles/SupportTests.dir/all] Error 2
15:53:56 make[1]: *** [CMakeFiles/check-all.dir/rule] Error 2
15:53:56 make: *** [check-all] Error 2


http://reviews.llvm.org/D16325





More information about the llvm-commits mailing list