[PATCH] D21467: [llc+llvm-mc] Prefer applying -mabi to the triple where possible and allow Mips to take ABI information in the triple.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 08:51:48 PDT 2016


dsanders added a comment.

> This patch only moves the Mips target to this mechanism at the moment. I'll develop the ARM/X86/other

>  patches separately and we can either commit them in sequence or fold them all into a single patch.


X86 doesn't need any changes because it doesn't support -target-abi (or -mabi in clang) at all.

PowerPC doesn't need any changes because the ABI only affects codegen.

That just leaves ARM since no other target is using -target-abi. I'm still confirming whether we need any changes to account for ARM.


http://reviews.llvm.org/D21467





More information about the llvm-commits mailing list