mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 14:47:00 +00:00
Specify DEBUG_TYPE's for the JIT debug messages
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7604 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
907b7dc9bd
commit
3785fad56e
@ -5,6 +5,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#define DEBUG_TYPE "jit"
|
||||
#include "ExecutionEngine.h"
|
||||
#include "GenericValue.h"
|
||||
#include "llvm/DerivedTypes.h"
|
||||
|
@ -5,6 +5,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#define DEBUG_TYPE "jit"
|
||||
#include "VM.h"
|
||||
#include "Config/sys/mman.h"
|
||||
#include "llvm/CodeGen/MachineCodeEmitter.h"
|
||||
|
Loading…
Reference in New Issue
Block a user