mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 18:31:54 +00:00
.bss is no problem here.
llvm-svn: 21061
This commit is contained in:
parent
127bd62534
commit
bfbfb0e4c7
@ -143,7 +143,6 @@ bool IA64SharedAsmPrinter::doFinalization(Module &M) {
|
||||
case GlobalValue::InternalLinkage:
|
||||
if (C->isNullValue())
|
||||
SwitchSection(O, CurSection, ".bss");
|
||||
// FIXME? in ia64-land .bss means "nobits" (i.e. uninitialized)
|
||||
else
|
||||
SwitchSection(O, CurSection, ".data");
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user