[cfe-commits] r83928 - /cfe/trunk/lib/CodeGen/CodeGenModule.h

Devang Patel dpatel at apple.com
Mon Oct 12 16:31:25 PDT 2009


Author: dpatel
Date: Mon Oct 12 18:31:25 2009
New Revision: 83928

URL: http://llvm.org/viewvc/llvm-project?rev=83928&view=rev
Log:
Enable "debug info attached to an instruction" mode.


Modified:
    cfe/trunk/lib/CodeGen/CodeGenModule.h

Modified: cfe/trunk/lib/CodeGen/CodeGenModule.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenModule.h?rev=83928&r1=83927&r2=83928&view=diff

==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenModule.h (original)
+++ cfe/trunk/lib/CodeGen/CodeGenModule.h Mon Oct 12 18:31:25 2009
@@ -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;





More information about the cfe-commits mailing list