summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmInfoDarwin.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-05-04 17:44:06 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-05-04 17:44:06 +0000
commita75589171a5efa16d8fe662325c7d58635bb76e2 (patch)
treeb1a6c8e789b7f101d05992f30844f522c86467ad /llvm/lib/MC/MCAsmInfoDarwin.cpp
parentf71fe4333b0e9cff2d7224af99e75fedd9595456 (diff)
downloadbcm5719-llvm-a75589171a5efa16d8fe662325c7d58635bb76e2.tar.gz
bcm5719-llvm-a75589171a5efa16d8fe662325c7d58635bb76e2.zip
Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, but
it is both inefficient and unexpected by dwarfdump. Change to a DW_FORM_data4. While in here, change the predicate name to reflect that the position is not really absolute (it is an offset), just that the linker needs a relocation. llvm-svn: 130846
Diffstat (limited to 'llvm/lib/MC/MCAsmInfoDarwin.cpp')
-rw-r--r--llvm/lib/MC/MCAsmInfoDarwin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCAsmInfoDarwin.cpp b/llvm/lib/MC/MCAsmInfoDarwin.cpp
index 4dd1d44af5d..2a470251864 100644
--- a/llvm/lib/MC/MCAsmInfoDarwin.cpp
+++ b/llvm/lib/MC/MCAsmInfoDarwin.cpp
@@ -56,6 +56,6 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() {
HasNoDeadStrip = true;
HasSymbolResolver = true;
- DwarfUsesAbsoluteLabelForStmtList = false;
+ DwarfRequiresRelocationForStmtList = false;
DwarfUsesLabelOffsetForRanges = false;
}
OpenPOWER on IntegriCloud