summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmInfoDarwin.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-12-22 21:51:29 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-12-22 21:51:29 +0000
commit90a5a0cd7c353651c953020b1e41b4c6e2f21883 (patch)
tree6b506f646c7515ef6d8afc262e34497df49ac878 /lib/MC/MCAsmInfoDarwin.cpp
parent72123334adfa1b020aa7aecf05ce6d135f9c7ffa (diff)
downloadllvm-90a5a0cd7c353651c953020b1e41b4c6e2f21883.tar.gz
llvm-90a5a0cd7c353651c953020b1e41b4c6e2f21883.tar.bz2
llvm-90a5a0cd7c353651c953020b1e41b4c6e2f21883.tar.xz
Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a much
better name and matches what is used in the MachO writer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122443 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmInfoDarwin.cpp')
-rw-r--r--lib/MC/MCAsmInfoDarwin.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/MC/MCAsmInfoDarwin.cpp b/lib/MC/MCAsmInfoDarwin.cpp
index a382741b5a..13776f0443 100644
--- a/lib/MC/MCAsmInfoDarwin.cpp
+++ b/lib/MC/MCAsmInfoDarwin.cpp
@@ -41,7 +41,9 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() {
// FIXME: Darwin 10 and newer don't need this.
LinkerRequiresNonEmptyDwarfLines = true;
- NeedsSetToChangeDiffSize = true;
+ // FIXME: Change this once MC is the system assembler.
+ HasAggressiveSymbolFolding = false;
+
HiddenVisibilityAttr = MCSA_PrivateExtern;
// Doesn't support protected visibility.
ProtectedVisibilityAttr = MCSA_Global;