diff options
author | Chris Lattner <sabre@nondot.org> | 2009-06-18 23:31:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-06-18 23:31:37 +0000 |
commit | 09081b25a56dfffd371651bd00dee529cdfa922e (patch) | |
tree | 746d7304946efa415b12c0f594917e99ae84c229 /llvm/lib/Target/TargetAsmInfo.cpp | |
parent | 4c6a36718270c93a60dbccbf92472c9bcdc1d2d2 (diff) | |
download | bcm5719-llvm-09081b25a56dfffd371651bd00dee529cdfa922e.tar.gz bcm5719-llvm-09081b25a56dfffd371651bd00dee529cdfa922e.zip |
simplify macro debug info directive handling.
llvm-svn: 73736
Diffstat (limited to 'llvm/lib/Target/TargetAsmInfo.cpp')
-rw-r--r-- | llvm/lib/Target/TargetAsmInfo.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/TargetAsmInfo.cpp b/llvm/lib/Target/TargetAsmInfo.cpp index 6a2de6f582a..7aac8cc3493 100644 --- a/llvm/lib/Target/TargetAsmInfo.cpp +++ b/llvm/lib/Target/TargetAsmInfo.cpp @@ -102,7 +102,6 @@ void TargetAsmInfo::fillDefaultValues() { SupportsExceptionHandling = false; DwarfRequiresFrameSection = true; DwarfUsesInlineInfoSection = false; - SupportsMacInfoSection = true; NonLocalEHFrameLabel = false; GlobalEHDirective = 0; SupportsWeakOmittedEHFrame = true; @@ -118,7 +117,7 @@ void TargetAsmInfo::fillDefaultValues() { DwarfLocSection = ".debug_loc"; DwarfARangesSection = ".debug_aranges"; DwarfRangesSection = ".debug_ranges"; - DwarfMacInfoSection = ".debug_macinfo"; + DwarfMacroInfoSection = ".debug_macinfo"; DwarfEHFrameSection = ".eh_frame"; DwarfExceptionSection = ".gcc_except_table"; AsmTransCBE = 0; |