Displaying 2 results from an estimated 2 matches for "assembyl".
Did you mean:
assembly
2006 Dec 21
2
[LLVMdev] llvm-gcc frontend 4 on intel darwin produces intel assembler
...(at least on my
box) such that llc sigsegvs sometimes, etc.
So I wanted to give 1.9 a go and build that on the my intel mac book.
I did not bother to compile the llvm-gcc frontend myself so I donwloaded
the precompiled tar ball.
But unfortunatly doing a LLVMGCC/bin/gcc -S assembler, the generated
assembyl is not in llvm representatino but in ia32?!
also the target says:
Target: i686-apple-darwin8
but the right? cc1 is taken:
$HOME/Applications/llvm-gcc4-1.9-x86-darwin8/bin/../libexec/gcc/i686-apple-darwin8/4.0.1/cc1
-quiet -v -iprefix ....
any pointers?
is is stupid since gcc 3.4 is not precompil...
2006 Dec 21
0
[LLVMdev] llvm-gcc frontend 4 on intel darwin produces intel assembler
...c sigsegvs sometimes, etc.
>
> So I wanted to give 1.9 a go and build that on the my intel mac book.
> I did not bother to compile the llvm-gcc frontend myself so I donwloaded
> the precompiled tar ball.
>
> But unfortunatly doing a LLVMGCC/bin/gcc -S assembler, the generated
> assembyl is not in llvm representatino but in ia32?!
>
> also the target says:
> Target: i686-apple-darwin8
>
> but the right? cc1 is taken:
> $HOME/Applications/llvm-gcc4-1.9-x86-darwin8/bin/../libexec/gcc/i686-apple-darwin8/4.0.1/cc1
> -quiet -v -iprefix ....
>
> any pointers?
&...