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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to