diff options
author | Devang Patel <dpatel@apple.com> | 2009-10-12 23:22:09 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-10-12 23:22:09 +0000 |
commit | 6e37f4878b3e33752cd2d50818a0813733c2bd63 (patch) | |
tree | 6327c65ed5eba8b866dd5ac8d4b3a0ffc4d377ae /include/llvm/CodeGen/MachineModuleInfo.h | |
parent | 6ef75173142f782b281909125e846f3b6828de98 (diff) |
Enable "debug info attached to an instruction" mode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83925 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineModuleInfo.h')
-rw-r--r-- | include/llvm/CodeGen/MachineModuleInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineModuleInfo.h b/include/llvm/CodeGen/MachineModuleInfo.h index 3544074d1f..5878d67b93 100644 --- a/include/llvm/CodeGen/MachineModuleInfo.h +++ b/include/llvm/CodeGen/MachineModuleInfo.h @@ -44,6 +44,8 @@ #include "llvm/Pass.h" #include "llvm/Metadata.h" +#define ATTACH_DEBUG_INFO_TO_AN_INSN 1 + namespace llvm { //===----------------------------------------------------------------------===// |