aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetAsmInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-02 06:52:36 +0000
committerChris Lattner <sabre@nondot.org>2009-08-02 06:52:36 +0000
commit35039ac24163e99cfab161620a9fb41f944a63d5 (patch)
treea36731ee4d93ea4476be4150eaf7cec288056b3a /lib/Target/TargetAsmInfo.cpp
parent21e1e81aa657adab59dde3625b60866365d21788 (diff)
downloadexternal_llvm-35039ac24163e99cfab161620a9fb41f944a63d5.zip
external_llvm-35039ac24163e99cfab161620a9fb41f944a63d5.tar.gz
external_llvm-35039ac24163e99cfab161620a9fb41f944a63d5.tar.bz2
convert EHFrameSection to be managed by TLOF instead of TAI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77888 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetAsmInfo.cpp')
-rw-r--r--lib/Target/TargetAsmInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp
index a4143ce..7da3715 100644
--- a/lib/Target/TargetAsmInfo.cpp
+++ b/lib/Target/TargetAsmInfo.cpp
@@ -96,7 +96,6 @@ TargetAsmInfo::TargetAsmInfo() {
DwarfARangesSection = ".debug_aranges";
DwarfRangesSection = ".debug_ranges";
DwarfMacroInfoSection = ".debug_macinfo";
- DwarfEHFrameSection = ".eh_frame";
AsmTransCBE = 0;
}