mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-03 08:51:43 +00:00
Fix elf object definition.
llvm-svn: 33502
This commit is contained in:
parent
7dccb7be86
commit
a3788dc56b
@ -725,7 +725,7 @@ bool ARMAsmPrinter::doFinalization(Module &M) {
|
||||
if (const char *Directive = TAI->getHiddenDirective())
|
||||
O << Directive << name << "\n";
|
||||
if (Subtarget->isTargetELF())
|
||||
O << "\t.type " << name << ",@object\n";
|
||||
O << "\t.type " << name << ",%object\n";
|
||||
|
||||
if (C->isNullValue()) {
|
||||
if (I->hasExternalLinkage()) {
|
||||
|
Loading…
Reference in New Issue
Block a user