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 1843d49 + 82d3df9 commit 254bd26Copy full SHA for 254bd26
lib/IRGen/IRGenModule.cpp
@@ -1745,7 +1745,7 @@ bool IRGenModule::useDllStorage() { return ::useDllStorage(Triple); }
1745
1746
bool IRGenModule::shouldPrespecializeGenericMetadata() {
1747
auto canPrespecializeTarget =
1748
- (Triple.isOSDarwin() ||
+ (Triple.isOSDarwin() || Triple.isOSWindows() ||
1749
(Triple.isOSLinux() && !(Triple.isARM() && Triple.isArch32Bit())));
1750
if (canPrespecializeTarget && isStandardLibrary()) {
1751
return IRGen.Opts.PrespecializeGenericMetadata;
0 commit comments