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
The `DelayedBinDesc` was removed as it is not necessary. It was either
never used or racy. The only time we could have called it was after we
created `PM` in the `init()` constructor. However, we immediately went
ahead and called `registerDelayedLibraries` which disabled
`DelayedBinDesc` for the future. This was like that since
https://reviews.llvm.org/D142249 landed.
Also include the reproducer of
#60119
which was missing in D142249.
0 commit comments