http://llvm.org/bugs/show_bug.cgi?id=8225
Summary: [Unit Test][JITTest] Failure: Unable to resolve
externals.
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
The following JIT tests all fail due to unresolved externals. I'm assuming
these all have the same cause.
******************** TEST 'LLVM-Unit ::
JIT/Debug/JITTests.exe/JITTest.AvailableExternallyFunctionIsntCompiled' FAILED
*
*******************
Note: Google Test filter = JITTest.AvailableExternallyFunctionIsntCompiled
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JITTest
[ RUN ] JITTest.AvailableExternallyFunctionIsntCompiled
LLVM ERROR: Program used external function
'JITTest_AvailableExternallyFunction' which could not be resolved!
Stack dump:
0. Running pass 'X86 Machine Code Emitter' on function '@func'
********************
******************** TEST 'LLVM-Unit ::
JIT/Debug/JITTests.exe/JITTest.AvailableExternallyGlobalIsntEmitted' FAILED
****
****************
Note: Google Test filter = JITTest.AvailableExternallyGlobalIsntEmitted
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from JITTest
[ RUN ] JITTest.AvailableExternallyGlobalIsntEmitted
LLVM ERROR: Could not resolve external global address:
JITTest_AvailableExternallyGlobal
Stack dump:
0. Running pass 'X86 Machine Code Emitter' on function '@loader'
********************
******************** TEST 'LLVM-Unit ::
JIT/Debug/JITTests.exe/LazyLoadedJITTest.MaterializableAvailableExternallyFuncti
onIsntCompiled' FAILED ********************
Note: Google Test filter =
LazyLoadedJITTest.MaterializableAvailableExternallyFunctionIsntCompiled
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from LazyLoadedJITTest
[ RUN ]
LazyLoadedJITTest.MaterializableAvailableExternallyFunctionIsntCompiled
LLVM ERROR: Program used external function
'JITTest_AvailableExternallyFunction' which could not be resolved!
Stack dump:
0. Running pass 'X86 Machine Code Emitter' on function '@func'
********************
******************** TEST 'LLVM-Unit ::
JIT/Debug/JITTests.exe/MultiJitTest.JitPool' FAILED ********************
Note: Google Test filter = MultiJitTest.JitPool
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from MultiJitTest
[ RUN ] MultiJitTest.JitPool
LLVM ERROR: Program used external function 'getPointerToNamedFunction' which
could not be resolved!
********************
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs