Displaying 6 results from an estimated 6 matches for "tp31206382p31206493".
2011 Mar 22
4
[LLVMdev] -emit-llvm on ubuntu is broken
...t; _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
--
View this message in context: http://old.nabble.com/-emit-llvm-on-ubuntu-is-broken-tp31206382p31206493.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2011 Mar 22
0
[LLVMdev] -emit-llvm on ubuntu is broken
..._______________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>>
>>
>
> --
> View this message in context: http://old.nabble.com/-emit-llvm-on-ubuntu-is-broken-tp31206382p31206493.html
> Sent from the LLVM - Dev mailing list archive at Nabble.com.
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2011 Mar 22
2
[LLVMdev] -emit-llvm on ubuntu is broken
...LLVM Developers mailing list
>>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>>>
>>>
>>
>> --
>> View this message in context: http://old.nabble.com/-emit-llvm-on-ubuntu-is-broken-tp31206382p31206493.html
>> Sent from the LLVM - Dev mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmd...
2011 Mar 22
0
[LLVMdev] -emit-llvm on ubuntu is broken
On Mar 21, 2011, at 6:36 PM, stackunderflow wrote:
>
> I try to generate a human readable .ll file on Linux. I installed llvm-gcc
> but as I see it can generate only assembly code (-S option). Is there any
> way to get something like what is generated by llvm online compiler?
>
> That's what I get with llvm-gcc -S -emit-llvm hello.c on Ubuntu 10.10:
llvm-gcc -v ?
-eric
2011 Mar 22
1
[LLVMdev] -emit-llvm on ubuntu is broken
...ers mailing list
>>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>>>
>>>
>>
>> --
>> View this message in context:
>> http://old.nabble.com/-emit-llvm-on-ubuntu-is-broken-tp31206382p31206493.html
>> Sent from the LLVM - Dev mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm...
2011 Mar 22
2
[LLVMdev] -emit-llvm on ubuntu is broken
I try to generate a human readable .ll file on Linux. I installed llvm-gcc
but as I see it can generate only assembly code (-S option). Is there any
way to get something like what is generated by llvm online compiler?
That's what I get with llvm-gcc -S -emit-llvm hello.c on Ubuntu 10.10:
.file "hello.c"
.ident "GCC: (Ubuntu/Linaro 4.5.1-7ubuntu2) 4.5.1 LLVM: "