[LLVMdev] [cfe-dev] Odd PPC inline asm constraint

Peter Bergner bergner at vnet.ibm.com
Tue May 1 17:58:23 PDT 2012


On Tue, 2012-05-01 at 17:47 -0500, Hal Finkel wrote:
>  By default it should build for
>  whatever the current host is (no special flags required). To
>  specifically build for something else, use:
>  -ccc-host-triple powerpc64-unknown-linux-gnu
>  or
>  -ccc-host-triple powerpc-unknown-linux-gnu

So LLVM isn't biarch capable?  Meaning one LLVM compiler cannot
generate both 32-bit and 64-bit binaries?

Peter






More information about the llvm-dev mailing list