From 16eeb6f5ebc978b03745177b9ac82684ab1c6932 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 29 Jun 2012 08:32:07 +0000 Subject: The DIBuilder class is just a wrapper around debug info creation (a.k.a. MDNodes). The module doesn't belong in Analysis. Move it to the VMCore instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159414 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/ExecutionEngine/JIT/JITEventListenerTestCommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unittests') diff --git a/unittests/ExecutionEngine/JIT/JITEventListenerTestCommon.h b/unittests/ExecutionEngine/JIT/JITEventListenerTestCommon.h index 41b0926..d0c7ae9 100644 --- a/unittests/ExecutionEngine/JIT/JITEventListenerTestCommon.h +++ b/unittests/ExecutionEngine/JIT/JITEventListenerTestCommon.h @@ -11,9 +11,9 @@ #define JIT_EVENT_LISTENER_TEST_COMMON_H #include "llvm/DebugInfo.h" +#include "llvm/DIBuilder.h" #include "llvm/Instructions.h" #include "llvm/Module.h" -#include "llvm/Analysis/DIBuilder.h" #include "llvm/CodeGen/MachineCodeInfo.h" #include "llvm/Config/config.h" #include "llvm/ExecutionEngine/JIT.h" -- cgit v1.1