[LLVMbugs] [Bug 8225] New: [Unit Test][JITTest] Failure: Unable to resolve externals.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Sep 24 19:58:02 PDT 2010
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: unassignedbugs at nondot.org
ReportedBy: bigcheesegs at gmail.com
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list