From 1e6f98b89dbec629bbb7e6de7cdec108eb3362d5 Mon Sep 17 00:00:00 2001 From: Richard Trieu Date: Wed, 15 May 2019 00:46:18 +0000 Subject: [SystemZ] Create a TargetInfo header. NFC Move the declarations of getTheTarget() functions into a new header in TargetInfo and make users of these functions include this new header. This fixes a layering problem. llvm-svn: 360734 --- llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp') diff --git a/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp b/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp index 07093dcf9f3..713a55ee840 100644 --- a/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp +++ b/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp @@ -6,7 +6,7 @@ // //===----------------------------------------------------------------------===// -#include "SystemZ.h" +#include "TargetInfo/SystemZTargetInfo.h" #include "llvm/Support/TargetRegistry.h" using namespace llvm; -- cgit v1.2.3