Displaying 3 results from an estimated 3 matches for "forcejitlink".
2011 Sep 03
1
[LLVMdev] LLVM: Cannot instantiate JIT execution engine
...about this
stupid problem which wasted the whole day. BTW, I can create JIT from
main.cpp, but not in the required source file (runtime.cpp), so this is not
about linking. Very weird.
2011/9/2 Semion Prihodko <semion.ababo at gmail.com>
> I cannot call the constructor explicitly, because ForceJITLinking is a name
> of structure and of it's instance at the same time. But it called implicitly
> when the instance above is being instantiated.
> As I mentioned before I already tried to include this header with no
> success. I work in Linux, so it's really strange.
>
>
>...
2011 Sep 02
3
[LLVMdev] LLVM: Cannot instantiate JIT execution engine
Hi, guys.
Have a strange problem with LLVM in my project (
https://github.com/ababo/AntOS). Cannot instantiate JIT execution engine
(NULL returns; message: Interpreter has not been linked in.). As you can see
from the code I call InitializeNativeTarget. Also I tried to directly
include the "llvm/ExecutionEngine/JIT.h" header, but with no success. I link
with `llvm-config --ldflags
2011 Sep 03
0
[LLVMdev] LLVM: Cannot instantiate JIT execution engine
...wasted the whole day. BTW, I can create JIT from
> main.cpp, but not in the required source file (runtime.cpp), so this is not
> about linking. Very weird.
>
> 2011/9/2 Semion Prihodko <semion.ababo at gmail.com>
>>
>> I cannot call the constructor explicitly, because ForceJITLinking is a
>> name of structure and of it's instance at the same time. But it called
>> implicitly when the instance above is being instantiated.
>> As I mentioned before I already tried to include this header with no
>> success. I work in Linux, so it's really strange...