Skip to content

Commit 32cf807

Browse files
committed
Fix COFF section name
1 parent 6a853fa commit 32cf807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/GenDecl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5872,7 +5872,7 @@ void IRGenModule::setColocateMetadataSection(llvm::Function *f) {
58725872
break;
58735873
case llvm::Triple::XCOFF:
58745874
case llvm::Triple::COFF:
5875-
f->setSection(".sw5colo$B");
5875+
f->setSection(".sw5colo");
58765876
break;
58775877
}
58785878
}

0 commit comments

Comments
 (0)