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 | 5b294f4330cc6655f40d6a39e7ce075a66914a6c (patch) | |
| tree | 6bc95bb563ca6c4259a7ca099fac1b060d298b1a | |
| parent | 9da3cc2b2d7f32730997a4735dcdbf2d0b9f474d (diff) | |
| download | bcm5719-llvm-5b294f4330cc6655f40d6a39e7ce075a66914a6c.tar.gz bcm5719-llvm-5b294f4330cc6655f40d6a39e7ce075a66914a6c.zip  | |
Enable "debug info attached to an instruction" mode.
llvm-svn: 83928
| -rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 56097317c37..2e58337ee52 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/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;  | 

