search for: ext_func

Displaying 3 results from an estimated 3 matches for "ext_func".

Did you mean: exit_func
2014 Apr 04
2
[LLVMdev] Weird problems on calling an external function from MCJIT on Windows(mingw)
...LLVM ERROR: Program used external function '_a_outside_func' which could not be resolved!". ............. After a day's wasting I unconsciously packed my external function "a_outside_func" into a shared object,called llvm::sys::DynamicLibrary::LoadLibraryPermanently("ext_func.so"); at the beginning of the program and named the function "_a_outside_func" in the IR. OMG IT WORKS THEN?! So I'd like to ask why llvm cant resolve my external function from the program itself(in fact i dont get such problems on linux)? -------------- next part --------------...
2014 Apr 04
2
[LLVMdev] Weird problems on calling an external function from MCJIT on Windows(mingw)
...t; '_a_outside_func' which could not be resolved!". > > ............. > > After a day's wasting I unconsciously packed my external function > > "a_outside_func" into a shared object,called > > llvm::sys::DynamicLibrary::LoadLibraryPermanently("ext_func.so"); at the > > beginning of the program and named the function "_a_outside_func" in the > IR. > > OMG IT WORKS THEN?! > > So I'd like to ask why llvm cant resolve my external function from the > > program itself(in fact i dont get such problems on lin...
2014 Apr 04
2
[LLVMdev] Weird problems on calling an external function from MCJIT on Windows(mingw)
...ould not be resolved!". > >> > ............. > >> > After a day's wasting I unconsciously packed my external function > >> > "a_outside_func" into a shared object,called > >> > llvm::sys::DynamicLibrary::LoadLibraryPermanently("ext_func.so"); at > the > >> > beginning of the program and named the function "_a_outside_func" in > the > >> > IR. > >> > OMG IT WORKS THEN?! > >> > So I'd like to ask why llvm cant resolve my external function from the > >>...