[llvm] r266717 - [Orc] Disable RPC callST unit test until the S390 failures encountered during

Ismail Donmez via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 19 00:47:46 PDT 2016


Hi,

On Tue, Apr 19, 2016 at 9:01 AM, Lang Hames via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: lhames
> Date: Tue Apr 19 01:01:51 2016
> New Revision: 266717
>
> URL: http://llvm.org/viewvc/llvm-project?rev=266717&view=rev
> Log:
> [Orc] Disable RPC callST unit test until the S390 failures encountered during
> http://lab.llvm.org:8011/builders/clang-s390x-linux/builds/3459 can be
> debugged/fixed.
>
>
> Modified:
>     llvm/trunk/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp

Also another build failure I see on Linux:

unittests/ExecutionEngine/Orc/CMakeFiles/OrcJITTests.dir/RPCUtilsTest.cpp.o
 -o unittests/ExecutionEngine/Orc/OrcJITTests  lib64/libLLVMCore.so
lib64/libLLVMExecutionEngine.so lib64/libLLVMObject.so
lib64/libLLVMOrcJIT.so lib64/libLLVMRuntimeDyld.so
lib64/libLLVMSupport.so lib64/libLLVMX86CodeGen.so
lib64/libLLVMX86AsmPrinter.so lib64/libLLVMX86AsmParser.so
lib64/libLLVMX86Desc.so lib64/libLLVMX86Info.so
lib64/libLLVMX86Disassembler.so lib64/libgtest_main.so
lib64/libgtest.so -Wl,-rpath,"\$ORIGIN/../../lib64" && :
/home/abuild/rpmbuild/BUILD/llvm/stage1/bin/../include/c++/v1/thread:369:
error: undefined reference to 'pthread_create'
/home/abuild/rpmbuild/BUILD/llvm/stage1/bin/../include/c++/v1/thread:158:
error: undefined reference to 'pthread_getspecific'
/home/abuild/rpmbuild/BUILD/llvm/stage1/bin/../include/c++/v1/thread:208:
error: undefined reference to 'pthread_setspecific'
clang-3.9: error: linker command failed with exit code 1 (use -v to
see invocation)

Making the test link to pthread should fix it.

ismail


More information about the llvm-commits mailing list