mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-10 04:24:23 +00:00
Minor bug caught by Ashwin Chandra
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28491 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7b2e2792d6
commit
57c0788e02
@ -129,7 +129,7 @@ bool X86SharedAsmPrinter::doFinalization(Module &M) {
|
||||
} else
|
||||
O << COMMDirective << name << "," << Size;
|
||||
} else {
|
||||
if (Subtarget->TargetType == X86Subtarget::isCygwin) {
|
||||
if (Subtarget->TargetType != X86Subtarget::isCygwin) {
|
||||
if (I->hasInternalLinkage())
|
||||
O << "\t.local\t" << name << "\n";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user