summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetAsmInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-06-18 23:31:37 +0000
committerChris Lattner <sabre@nondot.org>2009-06-18 23:31:37 +0000
commit09081b25a56dfffd371651bd00dee529cdfa922e (patch)
tree746d7304946efa415b12c0f594917e99ae84c229 /llvm/lib/Target/TargetAsmInfo.cpp
parent4c6a36718270c93a60dbccbf92472c9bcdc1d2d2 (diff)
downloadbcm5719-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.cpp3
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;
OpenPOWER on IntegriCloud