[PATCH] D29472: PR31358: Add support for armv7ve triple in llvm.

Manoj Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 13:40:11 PST 2017


manojgupta created this revision.
Herald added subscribers: rengolin, aemerson.

Gcc supports target armv7ve which is armv7-a with virtualization
extensions. This change add support for this in llvm for gcc
compatibility. 
There will be a separate change for clang to recognise armv7ve and variants.


https://reviews.llvm.org/D29472

Files:
  include/llvm/ADT/Triple.h
  include/llvm/Support/ARMTargetParser.def
  include/llvm/Support/MachO.h
  lib/Object/MachOObjectFile.cpp
  lib/Support/Triple.cpp
  lib/Target/ARM/ARM.td
  lib/Target/ARM/ARMSubtarget.h
  lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
  test/CodeGen/ARM/div.ll
  tools/llvm-objdump/MachODump.cpp
  tools/llvm-readobj/MachODumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29472.86878.patch
Type: text/x-patch
Size: 7145 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170202/70c54a70/attachment.bin>


More information about the llvm-commits mailing list