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.
2 parents 85b767d + bacef19 commit ef49e52Copy full SHA for ef49e52
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