commit | 5b294f4330cc6655f40d6a39e7ce075a66914a6c | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Mon Oct 12 23:31:25 2009 +0000 |
committer | Devang Patel <dpatel@apple.com> | Mon Oct 12 23:31:25 2009 +0000 |
tree | 6bc95bb563ca6c4259a7ca099fac1b060d298b1a | |
parent | 9da3cc2b2d7f32730997a4735dcdbf2d0b9f474d [diff] [blame] |
Enable "debug info attached to an instruction" mode. llvm-svn: 83928
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 5609731..2e58337 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;