[PATCH] D61950: [PowerPC64] adds ABI parsing when specified on target triple
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 15 09:01:07 PDT 2019
MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/lib/Basic/Targets/PPC.h:382
resetDataLayout("e-m:e-i64:64-n32:64");
- ABI = "elfv2";
} else {
----------------
MaskRay wrote:
> Have you researched how GNU as chooses the default ABI?
>
> I think the change may break some Linux ppc64le users as they expect the default elfv2.
Sorry, it won't :) Then I think it is fine.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61950/new/
https://reviews.llvm.org/D61950
More information about the cfe-commits
mailing list