[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 06:39:25 PDT 2016


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

Refreshed patch. This one is affected by the part of the llvm-dev thread about making targets consistent.
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.


http://reviews.llvm.org/D21467

Files:
  include/llvm/ADT/Triple.h
  lib/Support/Triple.cpp
  lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
  test/CodeGen/Mips/fp16-promote.ll
  test/MC/Mips/cpsetup.s
  test/MC/Mips/elf_reginfo.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.63500.patch
Type: text/x-patch
Size: 22501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160711/3aa19e82/attachment.bin>


More information about the llvm-commits mailing list