summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AsmParser
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2019-05-14 21:33:53 +0000
committerRichard Trieu <rtrieu@google.com>2019-05-14 21:33:53 +0000
commitb26592e04d59666b54c3221528f299fc9b10768c (patch)
tree9728d1e84ed9c6e4c326e8bfe2920d5bf4acd740 /llvm/lib/Target/AArch64/AsmParser
parent9b234b388d34b39232943c57e7c79bc9313f50d1 (diff)
downloadbcm5719-llvm-b26592e04d59666b54c3221528f299fc9b10768c.tar.gz
bcm5719-llvm-b26592e04d59666b54c3221528f299fc9b10768c.zip
[AArch64] Create a TargetInfo header. NFC
Move the declarations of getThe<Name>Target() functions into a new header in TargetInfo and make users of these functions include this new header. This fixes a layering problem. llvm-svn: 360709
Diffstat (limited to 'llvm/lib/Target/AArch64/AsmParser')
-rw-r--r--llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp b/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
index 149b00a29f8..891331bb7d9 100644
--- a/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
+++ b/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
@@ -10,6 +10,7 @@
#include "MCTargetDesc/AArch64MCExpr.h"
#include "MCTargetDesc/AArch64MCTargetDesc.h"
#include "MCTargetDesc/AArch64TargetStreamer.h"
+#include "TargetInfo/AArch64TargetInfo.h"
#include "AArch64InstrInfo.h"
#include "Utils/AArch64BaseInfo.h"
#include "llvm/ADT/APFloat.h"
OpenPOWER on IntegriCloud