From 55df71abf0c48a73ae7b7c3abaf611337a2cf12d Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Mon, 12 Oct 2009 23:31:25 +0000 Subject: [PATCH] Enable "debug info attached to an instruction" mode. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83928 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CodeGenModule.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index 56097317c3..2e58337ee5 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -31,6 +31,8 @@ #include "llvm/Support/ValueHandle.h" #include +#define ATTACH_DEBUG_INFO_TO_AN_INSN 1 + namespace llvm { class Module; class Constant; -- 2.50.1