summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmInfoDarwin.cpp
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2010-07-08 20:30:44 +0000
committerKevin Enderby <enderby@apple.com>2010-07-08 20:30:44 +0000
commit1b02acb2a0513b3ec20585196d485ebc3da0ccec (patch)
tree1c7251ef5e4122994fc95306d778ec7ace919ffa /lib/MC/MCAsmInfoDarwin.cpp
parent5d115a0ff9634149ef021ec9335a47c52aaaafb0 (diff)
downloadllvm-1b02acb2a0513b3ec20585196d485ebc3da0ccec.tar.gz
llvm-1b02acb2a0513b3ec20585196d485ebc3da0ccec.tar.bz2
llvm-1b02acb2a0513b3ec20585196d485ebc3da0ccec.tar.xz
Revert some unneeded parts of the change in r107886 for the
.weak_def_can_be_hidden directive. Chris pointed out that the MCAsmInfo.h/.cpp chunks aren't needed for this until the compiler starts generating these. And when that happens it will be more convenient for it to be a bool than a const char*. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107906 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmInfoDarwin.cpp')
-rw-r--r--lib/MC/MCAsmInfoDarwin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/MC/MCAsmInfoDarwin.cpp b/lib/MC/MCAsmInfoDarwin.cpp
index 4f5075f50e..0bd3b2d001 100644
--- a/lib/MC/MCAsmInfoDarwin.cpp
+++ b/lib/MC/MCAsmInfoDarwin.cpp
@@ -33,7 +33,6 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() {
// Directives:
WeakDefDirective = "\t.weak_definition ";
WeakRefDirective = "\t.weak_reference ";
- WeakDefAutoPrivateDirective = "\t.weak_def_can_be_hidden ";
ZeroDirective = "\t.space\t"; // ".space N" emits N zeros.
HasMachoZeroFillDirective = true; // Uses .zerofill
HasMachoTBSSDirective = true; // Uses .tbss