search for: xinglin

Displaying 6 results from an estimated 6 matches for "xinglin".

2012 Aug 07
1
[LLVMdev] Target does not support MC emission
...// it will use JIT if available builder.setUseMCJIT ( true ); engine = builder.create(); These calls are successful in windows. But when I try in Linux (Ubuntu), the create() function fails with the error message: Target does not support MC emission Any ideas why and how to fix it? Thanks. -- Xinglin Zhang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120807/5227c0e7/attachment.html>
2012 Aug 02
2
[LLVMdev] Questions about clang options
...quot;); return 0; } But I got Fatal error: 'stdio.h' file not found. However, clang showdebug.c has no problem. I know -g means to generate debug information, -emit-llvm means use the llvm representation for assembler and object files. Then what do -cc1 and -O0 mean? Regards, -- Xinglin Zhang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120802/798f8feb/attachment.html>
2012 Aug 09
1
[LLVMdev] question about ExectuionEngine::Create
...(.lib) statically; In Linux, I am dynamic linking libLLVM3.0.so Question: 1. Where and when do ExecutionEngine::MCJITCtor and ExecutionEngine::JITCtor get assigned a different value other than 0/NULL? 2. Why the value of ExecutionEngine::MCJITCtor are different in Windows and Linux? Thanks. -- Xinglin Zhang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120809/505fbdc7/attachment.html>
2012 Aug 02
1
[LLVMdev] Questions about clang options
...lude "..." search starts here: #include <...> search starts here: /usr/local/include /opt/kernelgen/bin/../lib/clang/3.2/include /usr/include End of search list. Happy hacking, - Dima. 2012/8/2 Eli Friedman <eli.friedman at gmail.com>: > On Thu, Aug 2, 2012 at 8:56 AM, Xinglin Zhang <xinglinzh at gmail.com> wrote: >> Hi, >> >> I am quite new to LLVM. I just compiled LLVM and clang on Ubuntu11.10 then >> followed the tutorial http://llvm.org/docs/DebuggingJITedCode.html >> >> clang -cc1 -O0 -g -emit-llvm showdebug.c >> >...
2012 Aug 02
0
[LLVMdev] Questions about clang options
On Thu, Aug 2, 2012 at 8:56 AM, Xinglin Zhang <xinglinzh at gmail.com> wrote: > Hi, > > I am quite new to LLVM. I just compiled LLVM and clang on Ubuntu11.10 then > followed the tutorial http://llvm.org/docs/DebuggingJITedCode.html > > clang -cc1 -O0 -g -emit-llvm showdebug.c > > > where showdebug.c cont...
2012 Aug 14
1
[LLVMdev] MCJIT vs JT
...de With GDB http://llvm.org/docs/DebuggingJITedCode.html" , we need to use MCJIT in order to debug the JIT-ed code? Is there any more documentation on this? I am working on adding DWARF debug information to the IR for a language and I need to test how gdb works with the IR+DWARF. Thanks. -- Xinglin Zhang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120814/7707170b/attachment.html>