forked from OSchip/llvm-project
Enable "debug info attached to an instruction" mode.
llvm-svn: 83928
This commit is contained in:
parent
9da3cc2b2d
commit
5b294f4330
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue