[cfe-dev] [NEW PATCH] X32 ABI support for Clang/compiler-rt (Clang patch)

Steven Newbury steve at snewbury.org.uk
Thu Aug 22 07:56:15 PDT 2013


On Thu, 2013-08-22 at 15:22 +0100, Steven Newbury wrote:
> This patch is still not creating elf32_x86_64 objects.  No idea
> why. :( It does however, fix elf_x86_64 (-m64) code generation on x32
> hosts which is nice. :)

I know why.  I had assumed Michael Liao (the original patch author) had
submitted all the _LLVM_ x32 support as separate patches, and it was
just the tests/Clang/compiler-rt support that was missing.  It seems not
so.  Those specific patches he did submit got commited, but many pieces
are missing... I should NEVER make such big assumptions!

Looks like I'm going to have to go through the original patch and create
a new patch series.

If I'm going to submit the Clang patch, how should it be submitted?  One
patch with what's required to get x32 host to work, then another
enabling x32 code generation once the required changes to llvm are
merged?  Would that be sufficient?





More information about the cfe-dev mailing list