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;