Merged
Conversation
Merged
vchuravy
reviewed
Jan 7, 2026
Member
Author
|
@nanosoldier |
Collaborator
|
The package evaluation job you requested has completed - possible new issues were detected. Report summary❗ Packages that crashed251 packages crashed on the previous version too. ✖ Packages that failed12 packages failed only on the current version.
2007 packages failed on the previous version too. ✔ Packages that passed tests7 packages passed tests only on the current version.
4073 packages passed tests on the previous version too. ~ Packages that at least loaded1 packages successfully loaded only on the current version.
4050 packages successfully loaded on the previous version too. ➖ Packages that were skipped altogether1 packages were skipped only on the current version.
897 packages were skipped on the previous version too. |
vchuravy
reviewed
Jan 9, 2026
| // JITLink is now used on all platforms by default. The support for RuntimeDyld | ||
| // will be removed when we need the ability to manipulate JITLink LinkGraphs. | ||
| // | ||
| // Of the supported profilers, only OProfile has not been ported to JITLink. |
Member
There was a problem hiding this comment.
I suspect we could also drop oprofile support at this point.
vchuravy
approved these changes
Jan 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since #60031 completely removes RTDyld, we should switch to JITLink first to detect problems independent of all the other changes. Since #60105, this should not OOM.