[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
Thu Jul 21 08:41:22 PDT 2016


dsanders updated this revision to Diff 64904.
dsanders added a comment.

Triple::isAndroid() and MipsABIInfo::computeTargetABI() now account for the
AndroidABI32 and AndroidABI64 enums. This prevents some breakage I noticed
while trying to make the clang driver mutate the triple instead of cc1/cc1as.


https://reviews.llvm.org/D21467

Files:
  include/llvm/ADT/Triple.h
  lib/Support/Triple.cpp
  lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
  test/CodeGen/Mips/ehframe-indirect.ll
  test/CodeGen/Mips/fp16-promote.ll
  test/MC/Mips/cpsetup.s
  test/MC/Mips/elf_reginfo.s
  test/MC/Mips/expansion-jal-sym-pic.s
  test/MC/Mips/mips64-register-names-o32.s
  tools/llc/llc.cpp
  tools/llvm-mc/llvm-mc.cpp
  unittests/ADT/TripleTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21467.64904.patch
Type: text/x-patch
Size: 27599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160721/2b7ecfd8/attachment-0001.bin>


More information about the llvm-commits mailing list