-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable AltJits build for LoongArch64 and RiscV64 #110282
base: main
Are you sure you want to change the base?
Conversation
Build is passing. Now I'm going to work on the new build subset. |
This should be marked as closing #97712. |
Seems that this will also be included in the default |
That's why there's a TODO in the PR description. |
[dotnet-unofficial-build]: squash of dotnet/runtime#110282
[dotnet-unofficial-build]: squash of dotnet/runtime#110282
Introduced a new subset |
094a8e9
to
721f53a
Compare
Co-authored-by: Jan Kotas <[email protected]>
90514a1
to
79f87c9
Compare
@jakobbotsch, PTAL. |
Since we are having CI legs for LA64 and RV, including these in the CI (and default build) seems unnecessary now. |
We still need this because this will be used to enable LA64/RV64 altjits on godbolt so that we can inspect the codegen. |
...so that
Introduced a new subset
Clr.AllJitsCommunity
Closes #97712