summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-10-31 15:49:39 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-10-31 15:49:39 +0000
commit74e1d0a0a0510ffd965a0db8bafa4a549c2e32bd (patch)
tree060598476dc2c8878f8395778d5d59e5335dd1d4 /llvm/lib/MC
parent93edffa8fe3d1e042dcceecda6d62dc090fee346 (diff)
downloadbcm5719-llvm-74e1d0a0a0510ffd965a0db8bafa4a549c2e32bd.tar.gz
bcm5719-llvm-74e1d0a0a0510ffd965a0db8bafa4a549c2e32bd.zip
Remove unused flag.
llvm-svn: 193752
Diffstat (limited to 'llvm/lib/MC')
-rw-r--r--llvm/lib/MC/MCAsmInfo.cpp1
-rw-r--r--llvm/lib/MC/MCAsmInfoDarwin.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/MC/MCAsmInfo.cpp b/llvm/lib/MC/MCAsmInfo.cpp
index 0eea75ef04e..73724dbc780 100644
--- a/llvm/lib/MC/MCAsmInfo.cpp
+++ b/llvm/lib/MC/MCAsmInfo.cpp
@@ -79,7 +79,6 @@ MCAsmInfo::MCAsmInfo() {
HasSingleParameterDotFile = true;
HasIdentDirective = false;
HasNoDeadStrip = false;
- HasSymbolResolver = false;
WeakRefDirective = 0;
WeakDefDirective = 0;
LinkOnceDirective = 0;
diff --git a/llvm/lib/MC/MCAsmInfoDarwin.cpp b/llvm/lib/MC/MCAsmInfoDarwin.cpp
index a0e3ebad5e2..d362a985d2e 100644
--- a/llvm/lib/MC/MCAsmInfoDarwin.cpp
+++ b/llvm/lib/MC/MCAsmInfoDarwin.cpp
@@ -58,7 +58,6 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() {
HasDotTypeDotSizeDirective = false;
HasNoDeadStrip = true;
- HasSymbolResolver = true;
DwarfUsesRelocationsAcrossSections = false;
}
OpenPOWER on IntegriCloud