Darwin HiddenDirective is .private_extern.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 23 Jan 2007 19:06:03 +0000 (19:06 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 23 Jan 2007 19:06:03 +0000 (19:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33465 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMTargetAsmInfo.cpp

index 8c4acdd8d996dbbc940e1d305f645d32ac41b073..015e83427a8b4fb54443be39cfe5f44c5349bad8 100644 (file)
@@ -25,6 +25,7 @@ ARMTargetAsmInfo::ARMTargetAsmInfo(const ARMTargetMachine &TM) {
     ZeroFillDirective = "\t.zerofill\t";  // Uses .zerofill
     SetDirective = "\t.set";
     WeakRefDirective = "\t.weak_reference\t";
+    HiddenDirective = "\t.private_extern\t";
     JumpTableDataSection = ".const";
     CStringSection = "\t.cstring";
     LCOMMDirective = "\t.lcomm\t";