[LLVMbugs] [Bug 18062] New: MCJit does not find __dso_handle
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Nov 26 02:33:00 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=18062
Bug ID: 18062
Summary: MCJit does not find __dso_handle
Product: libraries
Version: 3.3
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Target-Independent JIT
Assignee: unassignedbugs at nondot.org
Reporter: s3734770 at mail.zih.tu-dresden.de
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
The following error message occurs when using MCJit:
LLVM ERROR: Program used external function '__dso_handle' which could not be
resolved!
The project setup is the following:
- there is a static library containing a framework that uses the llvm
infrastructure
- a execuable links against the static library and llvm (with -rdynamic)
- the static library loads a .ll file and initializes a execution engine
I hope you can find a solution to that problem
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131126/0965f33f/attachment.html>
More information about the llvm-bugs
mailing list