-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Fix generator.py to avoid pathological inlining #28370
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
Conversation
Commit 9104a90 fixed the generated files, but that change would be lost (or require additional manual intervention) if they are re-generated of if new architectures are added. cc rust-lang#28273
(rust_highfive has picked a reviewer for you, use r? to override) |
In #28354, @alexcrichton asked to comment the |
and regenerate the platform intrinsics source files.
I added the comment and regenerated the sources. |
⌛ Testing commit 9aa1289 with merge fd212fd... |
💔 Test failed - auto-win-msvc-64-opt |
@bors retry |
⌛ Testing commit 9aa1289 with merge a4f0b48... |
💔 Test failed - auto-win-msvc-64-opt |
@bors retry |
⌛ Testing commit 9aa1289 with merge fd230ff... |
Commit 9104a90 fixed the generated
files, but that change would be lost (or require additional manual
intervention) if they are re-generated of if new architectures are
added.
cc #28273