search for: _znst3__14coute

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

Did you mean: __znst3__14coute
2012 May 14
2
[LLVMdev] MCJIT
.../lli/[lli.cpp,CMakeLists.txt] will need to be modified for MCJIT to be used in lli. No need to comment out the code in lib/Target/X86/X86CodeEmitter.cpp. > > Thanks for correcting me. Any hints on the external symbol resolution: >> LLVM ERROR: Could not resolve external global address: _ZNSt3__14coutE > which seems to be cout from the std lib. That's interesting. I would have expected a second leading underscore on that symbol. Perhaps not on your target? I suggest checking to see where that symbol (with or without the second '_') is defined and finding out which is expected. Tha...
2012 May 14
0
[LLVMdev] MCJIT
...short, tools/lli/[lli.cpp,CMakeLists.txt] will need to be modified for MCJIT to be used in lli. No need to comment out the code in lib/Target/X86/X86CodeEmitter.cpp. Thanks for correcting me. Any hints on the external symbol resolution: > LLVM ERROR: Could not resolve external global address: _ZNSt3__14coutE which seems to be cout from the std lib. tia, ashok
2012 May 14
2
[LLVMdev] MCJIT
On 5/14/2012 10:28 AM, Jim Grosbach wrote: > > On May 14, 2012, at 10:21 AM, Ashok Nalkund<ashoknn at qualcomm.com> wrote: > >> On 5/14/2012 9:51 AM, Jim Grosbach wrote: >>> >>>>> >>>>> If you're hitting that code, you're running the old JIT (which does indeed not support inline assembly), not the MCJIT. >>>>>