OSDN Git Service

Specify DEBUG_TYPE's for the JIT debug messages
authorChris Lattner <sabre@nondot.org>
Tue, 5 Aug 2003 17:00:32 +0000 (17:00 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 5 Aug 2003 17:00:32 +0000 (17:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7604 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/JIT/JITEmitter.cpp

index 642b178..72d08f5 100644 (file)
@@ -5,6 +5,7 @@
 //
 //===----------------------------------------------------------------------===//
 
+#define DEBUG_TYPE "jit"
 #include "ExecutionEngine.h"
 #include "GenericValue.h"
 #include "llvm/DerivedTypes.h"
index ee98778..6377a64 100644 (file)
@@ -5,6 +5,7 @@
 //
 //===----------------------------------------------------------------------===//
 
+#define DEBUG_TYPE "jit"
 #include "VM.h"
 #include "Config/sys/mman.h"
 #include "llvm/CodeGen/MachineCodeEmitter.h"