Displaying 1 result from an estimated 1 matches for "ffiinvok".
Did you mean:
ffiinvoke
2009 Dec 07
3
[LLVMdev] Compilation problem with JIT/Interpreter
...ms depending on the platform. The
first problem concerns compilation on MacOs X (10.5.5) with an X86
processor, when trying to compile my own project containing the
ExecutionEngine class and the linker class. I get links problem
with "_ffi_type_sint16", "_ffi_type_sint32", "ffiInvoke" etc.. (The link
problems are enclosed to this message) with Unix MakeFile or XCode project
generated by CMake (llvm compilation options are get with llvm-config inside
CMake). This project has been successfully tested on Linux and windows
platforms with the same computer. So my first questio...