[PATCH] D22304: [mips] Allow ABI names from MCTargetOptions::ABIName but only if they agree with the triple.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 08:23:26 PDT 2016


dsanders created this revision.
dsanders added subscribers: llvm-commits, rafael, echristo.
dsanders added a dependency: D21069: [mips] Require that ABI's are passed in the triple within LLVM..
Herald added subscribers: sdardis, dsanders, srhines, danalbert, tberghammer.

This brings the last of the targets into the 'pass in both the triple and
MCTargetOptions' camp.

Depends on D21069. I had expected to need a corresponding clang patch but
this proved unnecessary.

http://reviews.llvm.org/D22304

Files:
  lib/Support/Triple.cpp
  lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
  unittests/ADT/TripleTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22304.63807.patch
Type: text/x-patch
Size: 4078 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160713/5cdc8239/attachment.bin>


More information about the llvm-commits mailing list