Displaying 2 results from an estimated 2 matches for "kangjing820516".
2008 Oct 18
1
[LLVMdev] 回复:Re: [LLVMdev] [Need your help]
...nbsp;Developers Mailing List <llvmdev at cs.uiuc.edu>
主题:Re: [LLVMdev] [Need your help]
日期:2008-10-18 01:05:03
On Fri, Oct 17, 2008 at 9:46 AM, <kangjing820516 at sina.com> wrote:
> I tried to compile a C programme test.c with llvm-gcc by task:
> [root at localhost mylib]# llvm-gcc -emit-llvm&...
2008 Oct 17
1
[LLVMdev] [Need your help]
Hi,
This is Crystal. I have some questions about llvm-gcc. Could you please give me some advice? Thanks in advance.
Problem description:
Env:
llvm-gcc (GCC) 4.2.1
gcc (GCC) 4.1.2
OS:fedora7
I tried to compile a C programme test.c with llvm-gcc by task:
[root at localhost mylib]# llvm-gcc -emit-llvm test.c -Llibmylib.a -c -o test.bc
[root at localhost mylib]# lli test.bc
after running the command