[LLVMbugs] [Bug 7847] New: Cannot use lli's interpreter due to unresolved external __dso_handle
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Aug 9 08:08:23 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7847
Summary: Cannot use lli's interpreter due to unresolved
external __dso_handle
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: llvmbugs at contacts.eelis.net
CC: llvmbugs at cs.uiuc.edu
If I do:
echo -e "#include <iostream>\nint main(){}" | clang -cc1 -emit-llvm-bc -x c++
| lli -force-interpreter=true
The result is:
LLVM ERROR: Could not resolve external global address: __dso_handle
Without -force-interpreter=true, it works fine.
I'm using LLVM/Clang r110571.
--
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