We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdba62 commit bacef19Copy full SHA for bacef19
lib/IRGen/GenDecl.cpp
@@ -1905,6 +1905,7 @@ void IRGenerator::emitDynamicReplacements() {
1905
"\x01l_auto_dynamic_replacements_some", IGM.getPointerAlignment(),
1906
/*isConstant*/ true, llvm::GlobalValue::PrivateLinkage);
1907
autoReplVar2->setSection(getDynamicReplacementSomeSection(IGM));
1908
+ IGM.addUsedGlobal(autoReplVar2);
1909
}
1910
1911
void IRGenerator::emitEagerClassInitialization() {
0 commit comments