diff options
author | Tomas Matheson <tomas.matheson@arm.com> | 2022-11-14 12:36:23 +0000 |
---|---|---|
committer | Tomas Matheson <tomas.matheson@arm.com> | 2022-11-16 18:40:23 +0000 |
commit | f15de1406058d47082b943d97f0a3cfc3ee122c5 (patch) | |
tree | 900254ff9f3d5cdba4bc01b73b784fb012dc8c0d /llvm/lib/Support/Triple.cpp | |
parent | dabb7514f562a3b5b8b9f360b8ca1f52cc5b741b (diff) | |
download | llvm-f15de1406058d47082b943d97f0a3cfc3ee122c5.zip llvm-f15de1406058d47082b943d97f0a3cfc3ee122c5.tar.gz llvm-f15de1406058d47082b943d97f0a3cfc3ee122c5.tar.bz2 |
[ARM][AArch64] Move common code into ARMTargetParserCommon
Differential Revision: https://reviews.llvm.org/D138017
Diffstat (limited to 'llvm/lib/Support/Triple.cpp')
-rw-r--r-- | llvm/lib/Support/Triple.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Triple.cpp b/llvm/lib/Support/Triple.cpp index ab412c1..c0606ec 100644 --- a/llvm/lib/Support/Triple.cpp +++ b/llvm/lib/Support/Triple.cpp @@ -11,6 +11,7 @@ #include "llvm/ADT/StringExtras.h" #include "llvm/ADT/StringSwitch.h" #include "llvm/Support/ARMTargetParser.h" +#include "llvm/Support/ARMTargetParserCommon.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/Host.h" #include "llvm/Support/SwapByteOrder.h" |