Revert some unneeded parts of the change in r107886 for the
[oota-llvm.git] / lib / MC / MCAsmInfoDarwin.cpp
index 4f5075f50ef93b09652989b02a2dcf01943985c3..0bd3b2d001e8c5cddbafdc8621605b3f3119d67f 100644 (file)
@@ -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