search for: libengine

Displaying 9 results from an estimated 9 matches for "libengine".

2012 May 07
2
[LLVMdev] JIT support for inline asm on Linux
...X (no Windows yet). As for directions on how to enable it, follow the path of the "use-mcjit" flag passed to lli (in tools/lli/lli.cpp). > I tried to load my bitcode library using lli but it gave a new error now: > $lli -entry-function="ISimEngine_GetVersion" -use-mcjit libengine.bc > LLVM ERROR: Inline asm not supported by this streamer because we don't have an asm parser for this target I also tried other variations of the call with the same result: > $lli -entry-function="ISimEngine_GetVersion" -use-mcjit -mattr=+avx -mcpu=corei7-avx libengine.bc I...
2012 May 08
2
[LLVMdev] JIT support for inline asm on Linux
On 5/7/2012 10:17 PM, Bendersky, Eli wrote: <snip> >>> $lli -entry-function="ISimEngine_GetVersion" -use-mcjit libengine.bc >>> LLVM ERROR: Inline asm not supported by this streamer because we don't >>> have an asm parser for this target >> >> I also tried other variations of the call with the same result: >>> $lli -entry-function="ISimEngine_GetVersion" -use-mcjit...
2012 May 08
0
[LLVMdev] JIT support for inline asm on Linux
...ons > on how to enable it, follow the path of the "use-mcjit" flag passed to lli (in > tools/lli/lli.cpp). > > > > I tried to load my bitcode library using lli but it gave a new error now: > > > $lli -entry-function="ISimEngine_GetVersion" -use-mcjit libengine.bc > > LLVM ERROR: Inline asm not supported by this streamer because we don't > > have an asm parser for this target > > I also tried other variations of the call with the same result: > > $lli -entry-function="ISimEngine_GetVersion" -use-mcjit -mattr=+avx &gt...
2012 May 09
0
[LLVMdev] JIT support for inline asm on Linux
Resending, any pointers are much appreciated. On 5/7/2012 11:16 PM, Ashok Nalkund wrote: > > > On 5/7/2012 10:17 PM, Bendersky, Eli wrote: > <snip> >>>> $lli -entry-function="ISimEngine_GetVersion" -use-mcjit libengine.bc >>>> LLVM ERROR: Inline asm not supported by this streamer because we don't >>>> have an asm parser for this target >>> >>> I also tried other variations of the call with the same result: >>>> $lli -entry-function="ISimEngine_GetVers...
2012 May 20
2
[LLVMdev] lli unable to resolve symbol _ZNKSt3__16locale9use_facetERNS0_2idE in bitcode
...libgthread-2.0.so.0 \ > -load=libglib-2.0.so.0 \ > -load=librt.so.1 \ > -load=libpcre.so.3 \ > -load=libdl.so.2 \ > -load=/usr/lib/x86_64-linux-gnu/libstdc++.so.6 \ > -use-mcjit -entry-function="ISimEngine_GetVersion" /local/mnt/workspace/ashoknn/crd/neo/llvm/IIF/HLND.bc/libengine.bc Anything missing above? I tried using libstdc++.so.6 as well as its full path as above, same error. Thanks, Ashok
2012 May 07
0
[LLVMdev] JIT support for inline asm on Linux
> Hi, > I'm using LLVM/clang from release 3.0. I have a program (C++) that will load > a library in the form of LLVM bit code using the JIT. However, I see JIT errors > when loading the bit code: > > "LLVM ERROR: JIT does not support inline asm" > > I read that MC JIT intends to fix this. I'm trying to build LLVM from the > lastest trunk. Is
2012 May 07
2
[LLVMdev] JIT support for inline asm on Linux
Hi, I'm using LLVM/clang from release 3.0. I have a program (C++) that will load a library in the form of LLVM bit code using the JIT. However, I see JIT errors when loading the bit code: "LLVM ERROR: JIT does not support inline asm" I read that MC JIT intends to fix this. I'm trying to build LLVM from the lastest trunk. Is there any special/extra thing to do to use
2012 May 21
0
[LLVMdev] lli unable to resolve symbol _ZNKSt3__16locale9use_facetERNS0_2idE in bitcode
...t;> -load=libglib-2.0.so.0 \ >> -load=librt.so.1 \ >> -load=libpcre.so.3 \ >> -load=libdl.so.2 \ >> -load=/usr/lib/x86_64-linux-gnu/libstdc++.so.6 \ >> -use-mcjit -entry-function="ISimEngine_GetVersion" /local/mnt/workspace/ashoknn/crd/neo/llvm/IIF/HLND.bc/libengine.bc > > Anything missing above? I tried using libstdc++.so.6 as well as its full > path as above, same error. > > Thanks, > Ashok > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >...
2012 May 21
2
[LLVMdev] lli unable to resolve symbol _ZNKSt3__16locale9use_facetERNS0_2idE in bitcode
...-2.0.so.0 \ >>> -load=librt.so.1 \ >>> -load=libpcre.so.3 \ >>> -load=libdl.so.2 \ >>> -load=/usr/lib/x86_64-linux-gnu/libstdc++.so.6 \ >>> -use-mcjit -entry-function="ISimEngine_GetVersion" /local/mnt/workspace/ashoknn/crd/neo/llvm/IIF/HLND.bc/libengine.bc >> >> Anything missing above? I tried using libstdc++.so.6 as well as its full >> path as above, same error. >> >> Thanks, >> Ashok >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu...