]> granicus.if.org Git - clang/commitdiff
Enable "debug info attached to an instruction" mode.
authorDevang Patel <dpatel@apple.com>
Mon, 12 Oct 2009 23:31:25 +0000 (23:31 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 12 Oct 2009 23:31:25 +0000 (23:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83928 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenModule.h

index 56097317c37f9c1ceace72a1a433e03d6224001c..2e58337ee52db2c040270d57f3c192d1a2ae8241 100644 (file)
@@ -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;