You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "Restrict COFF to a single thread when symbol count is high (#50874)" (#59736)
This reverts commit eb4416b.
As of LLVM 16, we automatically emit:
```
.drectve `-exclude-symbols:"<symbol>"`
```
which mitigates this issue where it is supported by the linker (GCC 11+
and LLD 14+ are tested working)
PackageCompiler on Windows now ships GCC 14
(JuliaLang/PackageCompiler.jl#1012), so we
should no longer need this workaround that can make a 15-minute sysimage
compilation take an hour+
0 commit comments