mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 17:32:49 +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