[PATCH][ppc64le] Generate little-endian object files
Ulrich Weigand
Ulrich.Weigand at de.ibm.com
Mon Mar 24 11:25:23 PDT 2014
Hal Finkel <hfinkel at anl.gov> wrote on 24.03.2014 18:33:01:
> > From: "Ulrich Weigand" <Ulrich.Weigand at de.ibm.com>
> > To: llvm-commits at cs.uiuc.edu, "Hal Finkel" <hfinkel at anl.gov>
> > Sent: Tuesday, March 18, 2014 1:13:36 PM
> > Subject: [PATCH][ppc64le] Generate little-endian object files
> > as a first step towards real little-endian code generation, this
> > patch
> > changes the PowerPC MC layer to actually generate little-endian
> > object
> > files. This involves passing the little-endian flag through the
> > various
> > layers, including down to createELFObjectWriter so we actually get
> > basic
> > little-endian ELF objects, emitting instructions in little-endian
> > order,
> > and handling fixups and relocations as appropriate for little-endian.
> > Does this look OK?
>
> LGTM. Thanks!
Checked in as r204634.
Thanks,
Ulrich
More information about the llvm-commits
mailing list