summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine/JIT
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-06 00:22:06 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-06 00:22:06 +0000
commit7cf97649660c15c81ce7dfdd4eed564297e15bde (patch)
treeacb7c8a1666a478468f78c87a5ac0e4a0dd27699 /unittests/ExecutionEngine/JIT
parent8b6d60f94b348694cb8aa4c78167bbaad352de31 (diff)
downloadllvm-7cf97649660c15c81ce7dfdd4eed564297e15bde.tar.gz
llvm-7cf97649660c15c81ce7dfdd4eed564297e15bde.tar.bz2
llvm-7cf97649660c15c81ce7dfdd4eed564297e15bde.tar.xz
[Layering] Move DIBuilder.h into the IR library where its implementation
already lives. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203038 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/ExecutionEngine/JIT')
-rw-r--r--unittests/ExecutionEngine/JIT/JITEventListenerTestCommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/ExecutionEngine/JIT/JITEventListenerTestCommon.h b/unittests/ExecutionEngine/JIT/JITEventListenerTestCommon.h
index d1c2124b9b..038109a266 100644
--- a/unittests/ExecutionEngine/JIT/JITEventListenerTestCommon.h
+++ b/unittests/ExecutionEngine/JIT/JITEventListenerTestCommon.h
@@ -12,10 +12,10 @@
#include "llvm/CodeGen/MachineCodeInfo.h"
#include "llvm/Config/config.h"
-#include "llvm/DIBuilder.h"
#include "llvm/DebugInfo.h"
#include "llvm/ExecutionEngine/JIT.h"
#include "llvm/ExecutionEngine/JITEventListener.h"
+#include "llvm/IR/DIBuilder.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Module.h"