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 e99e80d commit 85bb057Copy full SHA for 85bb057
lib/SILOptimizer/UtilityPasses/Link.cpp
@@ -105,6 +105,8 @@ class SILLinker : public SILModuleTransform {
105
SILLinkage::HiddenExternal);
106
linkUsedFunctionByName("swift_createDefaultExecutors",
107
108
+ linkUsedFunctionByName("swift_getDefaultExecutor",
109
+ SILLinkage::HiddenExternal);
110
linkEmbeddedRuntimeWitnessTables();
111
}
112
0 commit comments