Displaying 6 results from an estimated 6 matches for "stackunderflow".
2011 Mar 22
0
[LLVMdev] -emit-llvm on ubuntu is broken
Looks like something wonky with DragonEgg.
Duncan?
-eric
On Mar 21, 2011, at 7:05 PM, stackunderflow wrote:
>
> Hi Eric,
>
> here is my -emit-llvm -S -v output:
>
> Using built-in specs.
> COLLECT_GCC=gcc-4.5
> COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.5.1/lto-wrapper
> Target: i686-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='U...
2011 Mar 22
4
[LLVMdev] -emit-llvm on ubuntu is broken
...b/:/usr/lib/:/usr/lib/i686-linux-gnu/
COLLECT_GCC_OPTIONS='-fplugin=/usr/lib/gcc/i686-linux-gnu/4.5/plugin/dragonegg.so'
'-emit-llvm' '-S' '-v' '-mtune=generic' '-march=i686'
Eric Christopher-2 wrote:
>
>
> 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?
>>
>> Tha...
2011 Mar 22
1
[LLVMdev] -emit-llvm on ubuntu is broken
I am new to LLVM, what do you mean by Duncan?
Btw, I installed llvm from the repository: sudo apt-get install llvm
llvm-gcc
Eric Christopher-2 wrote:
>
> Looks like something wonky with DragonEgg.
>
> Duncan?
>
> -eric
>
> On Mar 21, 2011, at 7:05 PM, stackunderflow wrote:
>
>>
>> Hi Eric,
>>
>> here is my -emit-llvm -S -v output:
>>
>> Using built-in specs.
>> COLLECT_GCC=gcc-4.5
>> COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.5.1/lto-wrapper
>> Target: i686-linux-gnu
>> Configured with:...
2011 Mar 22
2
[LLVMdev] -emit-llvm on ubuntu is broken
...IR) rather than -c because with -c gcc will run cc1 with -S (getting human
readable IR) then pass the result to the system assembler which of course
barfs. This is documented on the web-page and in the README.
Ciao, Duncan.
>
> Duncan?
>
> -eric
>
> On Mar 21, 2011, at 7:05 PM, stackunderflow wrote:
>
>>
>> Hi Eric,
>>
>> here is my -emit-llvm -S -v output:
>>
>> Using built-in specs.
>> COLLECT_GCC=gcc-4.5
>> COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.5.1/lto-wrapper
>> Target: i686-linux-gnu
>> Configured with: ../s...
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 -e...
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: "