From 23908b8a43adefd42b3635364cfab44de1064942 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Thu, 12 Nov 2009 18:21:39 +0000 Subject: "Attach debug info with llvm instructions" mode was enabled a month ago. Now make it permanent and remove old way of inserting intrinsics to encode debug info for locations and types. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@87007 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CodeGenModule.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/CodeGen/CodeGenModule.h') diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index cf7a9d68f3..749c8f5403 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -31,8 +31,6 @@ #include "llvm/Support/ValueHandle.h" #include -#define ATTACH_DEBUG_INFO_TO_AN_INSN 1 - namespace llvm { class Module; class Constant; -- cgit v1.2.3-18-g5258