Displaying 1 result from an estimated 1 matches for "svncmake".
Did you mean:
specmake
2013 Sep 17
0
[LLVMdev] LLVM Error
...ake check and I get the following error:
********************
FAIL: LLVM :: ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll (4965 of 8802)
******************** TEST 'LLVM :: ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll' FAILED ********************
Script:
--
/opt/clang+llvm-src/clang+llvm-svncmake/bin/./lli -use-mcjit -O0 -relocation-model=pic -code-model=small /opt/clang+llvm-src/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
--
Exit Code: 1
Command Output (stderr):
--
LLVM ERROR: Program used external function '_GLOBAL_OFFSET_TABLE_' which could not be resolved!
--
Any...