summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Target.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-12-28 21:45:40 +0000
committerChris Lattner <sabre@nondot.org>2009-12-28 21:45:40 +0000
commit7ef1cac57624d5d3a234e224328f919b37322ad3 (patch)
tree6a8cf5799ef59afa5b6ec252cf40733c6815d663 /llvm/lib/Target/Target.cpp
parent5e124bf91321503b7bb1751f9a15737d2fd8e2d1 (diff)
downloadbcm5719-llvm-7ef1cac57624d5d3a234e224328f919b37322ad3.tar.gz
bcm5719-llvm-7ef1cac57624d5d3a234e224328f919b37322ad3.zip
move debug info stuff out of line, allowing two #includes
to go away from IRBuilder.h llvm-svn: 92230
Diffstat (limited to 'llvm/lib/Target/Target.cpp')
-rw-r--r--llvm/lib/Target/Target.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/Target.cpp b/llvm/lib/Target/Target.cpp
index cc6be9fa7ab..cddf49e5154 100644
--- a/llvm/lib/Target/Target.cpp
+++ b/llvm/lib/Target/Target.cpp
@@ -15,6 +15,7 @@
#include "llvm-c/Target.h"
#include "llvm/PassManager.h"
#include "llvm/Target/TargetData.h"
+#include "llvm/LLVMContext.h"
#include <cstring>
using namespace llvm;
OpenPOWER on IntegriCloud