[LLVMdev] [cfe-dev] Odd PPC inline asm constraint
Hal Finkel
hfinkel at anl.gov
Tue May 1 19:04:16 PDT 2012
On Tue, 01 May 2012 19:58:23 -0500
Peter Bergner <bergner at vnet.ibm.com> wrote:
> 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?
It can, you can provide those on the clang command line.
-Hal
>
> Peter
>
>
>
--
Hal Finkel
Postdoctoral Appointee
Leadership Computing Facility
Argonne National Laboratory
More information about the llvm-dev
mailing list