OSDN Git Service

apparently the X86 JIT isn't fully contextized, it is still using getGlobalContext...
authorChris Lattner <sabre@nondot.org>
Tue, 27 Oct 2009 17:01:03 +0000 (17:01 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 Oct 2009 17:01:03 +0000 (17:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85252 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86CodeEmitter.cpp

index 66e11e8..a0bded3 100644 (file)
@@ -19,6 +19,7 @@
 #include "X86TargetMachine.h"
 #include "X86Relocations.h"
 #include "X86.h"
+#include "llvm/LLVMContext.h"
 #include "llvm/PassManager.h"
 #include "llvm/CodeGen/MachineCodeEmitter.h"
 #include "llvm/CodeGen/JITCodeEmitter.h"