diff options
| author | Devang Patel <dpatel@apple.com> | 2010-01-19 06:09:04 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2010-01-19 06:09:04 +0000 |
| commit | c2103b1cdf55bc0e8015bbb2e3647e8a44b6738b (patch) | |
| tree | ea01fc57a117c2abdad6a86375bd6fc2fc658c23 /lib/ExecutionEngine | |
| parent | 30a4ee2219f496f9e1ffbf0b68f6c312580c12ef (diff) | |
| download | external_llvm-c2103b1cdf55bc0e8015bbb2e3647e8a44b6738b.zip external_llvm-c2103b1cdf55bc0e8015bbb2e3647e8a44b6738b.tar.gz external_llvm-c2103b1cdf55bc0e8015bbb2e3647e8a44b6738b.tar.bz2 | |
Avoid including DebugInfo.h in AsmPrinter.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93864 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine')
| -rw-r--r-- | lib/ExecutionEngine/JIT/JITEmitter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ExecutionEngine/JIT/JITEmitter.cpp b/lib/ExecutionEngine/JIT/JITEmitter.cpp index 02aee61..4dc119d 100644 --- a/lib/ExecutionEngine/JIT/JITEmitter.cpp +++ b/lib/ExecutionEngine/JIT/JITEmitter.cpp @@ -20,6 +20,7 @@ #include "llvm/Constants.h" #include "llvm/Module.h" #include "llvm/DerivedTypes.h" +#include "llvm/Analysis/DebugInfo.h" #include "llvm/CodeGen/JITCodeEmitter.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineConstantPool.h" |
