diff options
author | Devang Patel <dpatel@apple.com> | 2009-10-12 23:31:25 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-10-12 23:31:25 +0000 |
commit | 55df71abf0c48a73ae7b7c3abaf611337a2cf12d (patch) | |
tree | 19504c5110b5a8b97fd7d2c5a06e45c3c716ce1d /lib/CodeGen | |
parent | 6687f9f6ba9ecd3efdb8001086d9f32c2ed4166b (diff) |
Enable "debug info attached to an instruction" mode.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83928 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/CodeGenModule.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index 56097317c3..2e58337ee5 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -31,6 +31,8 @@ #include "llvm/Support/ValueHandle.h" #include <list> +#define ATTACH_DEBUG_INFO_TO_AN_INSN 1 + namespace llvm { class Module; class Constant; |