summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmInfoDarwin.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-06-22 13:24:07 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-06-22 13:24:07 +0000
commitd7bdaf5795b3c3d5d08381cb078c80d39ed8da74 (patch)
tree73163b6e9cd47ece15c3fc1f68a380b6d1f666c3 /llvm/lib/MC/MCAsmInfoDarwin.cpp
parent5b01415dc03c03783166ac6317c83f898efc2d79 (diff)
downloadbcm5719-llvm-d7bdaf5795b3c3d5d08381cb078c80d39ed8da74.tar.gz
bcm5719-llvm-d7bdaf5795b3c3d5d08381cb078c80d39ed8da74.zip
Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as
DwarfUsesRelocationsAcrossSections. llvm-svn: 158992
Diffstat (limited to 'llvm/lib/MC/MCAsmInfoDarwin.cpp')
-rw-r--r--llvm/lib/MC/MCAsmInfoDarwin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCAsmInfoDarwin.cpp b/llvm/lib/MC/MCAsmInfoDarwin.cpp
index 7c271a9e824..4c4f5edc83e 100644
--- a/llvm/lib/MC/MCAsmInfoDarwin.cpp
+++ b/llvm/lib/MC/MCAsmInfoDarwin.cpp
@@ -59,7 +59,6 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() {
HasNoDeadStrip = true;
HasSymbolResolver = true;
- DwarfRequiresRelocationForSectionOffset = false;
DwarfUsesRelocationsAcrossSections = false;
DwarfUsesRelocationsForStringPool = false;
}
OpenPOWER on IntegriCloud