mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-06 03:08:43 +00:00
use %object like other elf targets, gas accepts either.
llvm-svn: 93857
This commit is contained in:
parent
baaf5eae3c
commit
17135fc4b8
@ -348,7 +348,7 @@ void SparcAsmPrinter::PrintGlobalVariable(const GlobalVariable* GVar) {
|
||||
EmitAlignment(Align, GVar);
|
||||
|
||||
if (MAI->hasDotTypeDotSizeDirective()) {
|
||||
O << "\t.type " << *GVarSym << ",#object\n";
|
||||
O << "\t.type " << *GVarSym << ",%object\n";
|
||||
O << "\t.size " << *GVarSym << ',' << Size << '\n';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user