On Darwin, GCC issues a ".globl" for something that has a "visibility protected"
authorBill Wendling <isanbard@gmail.com>
Tue, 18 Mar 2008 23:38:12 +0000 (23:38 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 18 Mar 2008 23:38:12 +0000 (23:38 +0000)
commitbebc3642d354ef744f3fd55a20d28ba29ec51063
treeb3cc918c1961c00a7ed526a4dacd0ffb4e01e93e
parent586ccac4ec4d023864e720dc36373809b9b88b09
On Darwin, GCC issues a ".globl" for something that has a "visibility protected"
attribute instead of ".protected".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48516 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86TargetAsmInfo.cpp