Enable "debug info attached to an instruction" mode.

llvm-svn: 83925
This commit is contained in:
Devang Patel 2009-10-12 23:22:09 +00:00
parent aeac1241b8
commit 21a7babc56
2 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,8 @@
#include "llvm/Support/Dwarf.h"
#include "llvm/Support/ValueHandle.h"
#define ATTACH_DEBUG_INFO_TO_AN_INSN 1
namespace llvm {
class BasicBlock;
class Constant;

View File

@ -44,6 +44,8 @@
#include "llvm/Pass.h"
#include "llvm/Metadata.h"
#define ATTACH_DEBUG_INFO_TO_AN_INSN 1
namespace llvm {
//===----------------------------------------------------------------------===//