diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-08-05 17:00:32 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-08-05 17:00:32 +0000 |
| commit | ee937c80ed7c48c38368c70124419999abd5cc38 (patch) | |
| tree | bc8339e03effa1e02f6a00c2b20499ff823fe6cc /llvm/lib/ExecutionEngine/ExecutionEngine.cpp | |
| parent | 21343336d6c8e529b1614ac22d352d1849c0d2fe (diff) | |
| download | bcm5719-llvm-ee937c80ed7c48c38368c70124419999abd5cc38.tar.gz bcm5719-llvm-ee937c80ed7c48c38368c70124419999abd5cc38.zip | |
Specify DEBUG_TYPE's for the JIT debug messages
llvm-svn: 7604
Diffstat (limited to 'llvm/lib/ExecutionEngine/ExecutionEngine.cpp')
| -rw-r--r-- | llvm/lib/ExecutionEngine/ExecutionEngine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/ExecutionEngine/ExecutionEngine.cpp b/llvm/lib/ExecutionEngine/ExecutionEngine.cpp index 642b178455b..72d08f5fe16 100644 --- a/llvm/lib/ExecutionEngine/ExecutionEngine.cpp +++ b/llvm/lib/ExecutionEngine/ExecutionEngine.cpp @@ -5,6 +5,7 @@ // //===----------------------------------------------------------------------===// +#define DEBUG_TYPE "jit" #include "ExecutionEngine.h" #include "GenericValue.h" #include "llvm/DerivedTypes.h" |

