[llvm-commits] CVS: llvm-gcc/gcc/config/rs6000/sysv4.h t-ppccomm
Chris Lattner
sabre at nondot.org
Tue Jan 3 10:28:13 PST 2006
On Tue, 3 Jan 2006, Marco Matthies wrote:
> Chris Lattner wrote:
>> Changes in directory llvm-gcc/gcc/config/rs6000:
>> sysv4.h updated: 1.1.1.2 -> 1.2
>> t-ppccomm updated: 1.1.1.1 -> 1.2
>> ---
>> Log message:
>>
>> get llvmgcc building on ppc-linux and ppc-linux64. Thanks to Marco
>> Matthies for the patch!
>
> To my shame i found out over the holidays that when i compiled it on
> ppc64-linux it got compiled as a ppc32 executable. I'll try and get it
> compiled and linked as a 64-bit executable to confirm if it also works on
> ppc64, though i cannot exactly tell when i'll get to it.
Note that the LLVM native code generator doesn't support PPC64 yet. I
don't know if that is something you're interested in. PPC32 should be
close to working, but may need some minor hacking on the asmprinter to
emit ELF .s files.
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
More information about the llvm-commits
mailing list