Displaying 1 result from an estimated 1 matches for "__unwind_resume".
Did you mean:
_unwind_resume
2012 Dec 18
1
[LLVMdev] llvm-clang jit module running into unresolved functions
...ng-llvm interpreter code
here<http://llvm.org/viewvc/llvm-project/cfe/trunk/examples/clang-interpreter/>
to
run some c++ code that uses stl vector and c++ string among other things.
This resulted in a number of unresolved symbols, and after eliminating a
bunch of them, we are still stuck with __Unwind_resume and __assert_fail
I would really appreciate any help on resolving this.
Note: we were having problem with includes in the code that needed to be
jitted so we ran clang++ to preprocess it and the output of that is a
single c++ file with no dependency on local includes. Not sure if that has
introdu...