From: Evan Cheng Date: Tue, 23 Jan 2007 19:06:03 +0000 (+0000) Subject: Darwin HiddenDirective is .private_extern. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a6f567c89e5e15ab658ce798600eef7f313fe93d;p=oota-llvm.git Darwin HiddenDirective is .private_extern. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33465 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMTargetAsmInfo.cpp b/lib/Target/ARM/ARMTargetAsmInfo.cpp index 8c4acdd8d99..015e83427a8 100644 --- a/lib/Target/ARM/ARMTargetAsmInfo.cpp +++ b/lib/Target/ARM/ARMTargetAsmInfo.cpp @@ -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";