[PATCH] D53980: [ARM, AArch64] Move ARM/AAch64 target parsers into separate files to enable future changes.

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 5 02:52:06 PST 2018


DavidSpickett updated this revision to Diff 172556.
DavidSpickett added a comment.

Added headers and newlines at end of files.
Removed the duplicated declarations in the header.
Clang formatted and updated the comment in targetparser.h to point out that ARM/AArch64 namespaces have moved.


https://reviews.llvm.org/D53980

Files:
  include/llvm/Support/AArch64TargetParser.h
  include/llvm/Support/ARMTargetParser.h
  include/llvm/Support/TargetParser.h
  lib/Support/AArch64TargetParser.cpp
  lib/Support/ARMTargetParser.cpp
  lib/Support/CMakeLists.txt
  lib/Support/TargetParser.cpp
  unittests/Support/TargetParserTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53980.172556.patch
Type: text/x-patch
Size: 74926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181105/6e483bef/attachment.bin>


More information about the llvm-commits mailing list