[PATCH] D34682: [Triple] Add isThumb and isARM functions.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 12 07:25:16 PDT 2017


fhahn updated this revision to Diff 110836.
fhahn retitled this revision from "[Triple] Add isThumb and isARM functions NFCI." to "[Triple] Add isThumb and isARM functions.".
fhahn added a comment.

Removed M-class triple check.

Thanks @rengolin for your detailed response. I agree that taking a random function is not a good idea and we have to stick with checking the triple.


https://reviews.llvm.org/D34682

Files:
  include/llvm/ADT/Triple.h
  lib/MC/MCSectionELF.cpp
  lib/Object/ELFObjectFile.cpp
  lib/Target/ARM/ARMAsmPrinter.cpp
  lib/Target/ARM/ARMAsmPrinter.h
  lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34682.110836.patch
Type: text/x-patch
Size: 3851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170812/d8bba0f6/attachment.bin>


More information about the llvm-commits mailing list