[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
Thu Nov 1 09:16:35 PDT 2018
DavidSpickett created this revision.
DavidSpickett added reviewers: javed.absar, eli.friedman.
Herald added subscribers: llvm-commits, kristina, chrib, kristof.beyls, mgorny, srhines.
This moves ARM and AArch64 target parsing into their
own files to enable future changes. They are still accessible
through TargetParser.h as before.
The one external change is to a target parser test that was using
AArch64::getFPUName. This was just a forwarder to ARM and
so has been removed and the test uses the ARM version directly.
Repository:
rL LLVM
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.172145.patch
Type: text/x-patch
Size: 71768 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181101/d2f330c0/attachment-0001.bin>
More information about the llvm-commits
mailing list