Setting GlobalDirective in TargetAsmInfo by default rather than
authorGordon Henriksen <gordonhenriksen@mac.com>
Sun, 23 Dec 2007 20:58:16 +0000 (20:58 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Sun, 23 Dec 2007 20:58:16 +0000 (20:58 +0000)
commit81361d6a28eb29988fef865afaf182f7fe1511ad
tree8ff76b818a2552b57a509dbd7daaa6225608e7d5
parent99d562d8fc6684ebaa4d8df458f8d3340b46e4d4
Setting GlobalDirective in TargetAsmInfo by default rather than
providing a misleading facility. It's used once in the MIPS backend
and hardcoded as "\t.globl\t" everywhere else.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45338 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsTargetAsmInfo.cpp
lib/Target/TargetAsmInfo.cpp