summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-01-11 00:54:37 +0000
committerDale Johannesen <dalej@apple.com>2008-01-11 00:54:37 +0000
commit2ff66f08f2cba5fd8924c856ac27a9ca29b18aec (patch)
treea6e9f2dd15df5712339b310363b837b817297800 /llvm/lib/Target/X86/X86TargetAsmInfo.cpp
parentb1dec454bbd49edfa3d1c7a2a03d5626b83291f3 (diff)
downloadbcm5719-llvm-2ff66f08f2cba5fd8924c856ac27a9ca29b18aec.tar.gz
bcm5719-llvm-2ff66f08f2cba5fd8924c856ac27a9ca29b18aec.zip
Weak things initialized to 0 don't go in bss on Darwin.
Cosmetic changes to spacing to match gcc (some dejagnu tests actually care). llvm-svn: 45848
Diffstat (limited to 'llvm/lib/Target/X86/X86TargetAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/X86/X86TargetAsmInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
index a872778f00c..bc698ba0969 100644
--- a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
+++ b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp
@@ -78,7 +78,7 @@ X86TargetAsmInfo::X86TargetAsmInfo(const X86TargetMachine &TM) {
UsedDirective = "\t.no_dead_strip\t";
WeakDefDirective = "\t.weak_definition ";
WeakRefDirective = "\t.weak_reference ";
- HiddenDirective = "\t.private_extern\t";
+ HiddenDirective = "\t.private_extern ";
// In non-PIC modes, emit a special label before jump tables so that the
// linker can perform more accurate dead code stripping.
OpenPOWER on IntegriCloud