From ea9207cd7afa224ec424c89248d3237175c1e124 Mon Sep 17 00:00:00 2001 From: Kevin Enderby Date: Thu, 8 Jul 2010 20:30:44 +0000 Subject: 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*. llvm-svn: 107906 --- llvm/lib/MC/MCAsmInfoDarwin.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/MC/MCAsmInfoDarwin.cpp') diff --git a/llvm/lib/MC/MCAsmInfoDarwin.cpp b/llvm/lib/MC/MCAsmInfoDarwin.cpp index 4f5075f50ef..0bd3b2d001e 100644 --- a/llvm/lib/MC/MCAsmInfoDarwin.cpp +++ b/llvm/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 -- cgit v1.2.3