[LLVMbugs] [Bug 8428] New: Unable to link JITTests
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Oct 21 07:04:42 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=8428
Summary: Unable to link JITTests
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: Target-Independent JIT
AssignedTo: unassignedbugs at nondot.org
ReportedBy: oroppas at gmail.com
CC: llvmbugs at cs.uiuc.edu
The unit test from unittests/ExecutionEngine/JIT fails to be linked with the
following message:
Linking CXX executable JIT/JITTests
CMakeFiles/JITTests.dir/ExecutionEngine/JIT/JITEventListenerTest.cpp.o:(.data.rel.ro+0xa8):
undefined reference to `typeinfo for llvm::JITEventListener'
CMakeFiles/JITTests.dir/ExecutionEngine/JIT/JITTest.cpp.o:(.data.rel.ro+0x24c):
undefined reference to `typeinfo for llvm::JITMemoryManager'
collect2: ld returned 1 exit status
I'm using: gcc-4.5.1 & binutils-2.20.1
--
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