summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmInfo.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-05-10 20:35:05 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-05-10 20:35:05 +0000
commitdc52ecf6fdbee63652d2dac0dccc17e23ac7797f (patch)
tree7b2ae039a46344a2028004989755dc81b89ae9d8 /lib/MC/MCAsmInfo.cpp
parent12f197b3bc736f740373c084be41654b4d88c0a7 (diff)
downloadllvm-dc52ecf6fdbee63652d2dac0dccc17e23ac7797f.tar.gz
llvm-dc52ecf6fdbee63652d2dac0dccc17e23ac7797f.tar.bz2
llvm-dc52ecf6fdbee63652d2dac0dccc17e23ac7797f.tar.xz
Rename DwarfRequiresRelocationForStmtList to
DwarfRequiresRelocationForSectionOffset as this is not specific to StmtList. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131148 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmInfo.cpp')
-rw-r--r--lib/MC/MCAsmInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MC/MCAsmInfo.cpp b/lib/MC/MCAsmInfo.cpp
index 345eabc4d9..73b259eaa0 100644
--- a/lib/MC/MCAsmInfo.cpp
+++ b/lib/MC/MCAsmInfo.cpp
@@ -75,7 +75,7 @@ MCAsmInfo::MCAsmInfo() {
SupportsDebugInformation = false;
ExceptionsType = ExceptionHandling::None;
DwarfUsesInlineInfoSection = false;
- DwarfRequiresRelocationForStmtList = true;
+ DwarfRequiresRelocationForSectionOffset = true;
DwarfSectionOffsetDirective = 0;
DwarfUsesLabelOffsetForRanges = true;
HasMicrosoftFastStdCallMangling = false;