[codex] arm64e upstream-ready integration stack#5
Closed
Conversation
Owner
Author
|
Superseded by the new integration/arm64e-upstream-prs validation branch, which rebuilds the integration view from rust-lang/rust PRs rust-lang#155715, rust-lang#155716, and rust-lang#155717. |
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.
Summary
This is the fork-only integration/reference stack for the current arm64e upstream-ready PR set. It combines the contents of the three upstream-facing branches, a small integration-only visionOS+ptrauth cross-check follow-up, and a final CypherAir-only workflow commit for fork arm64e validation.
Included upstream-ready PRs:
Integration-only follow-up:
The final
.github/workflows/fork-arm64e.ymlcommit is fork-only and must not be included in any rust-lang/rust PR.Validation before push
git diff --check main...HEADpython3 x.py check compiler/rustc_codegen_ssa compiler/rustc_codegen_llvm --stage 1python3 x.py test --stage 1 --force-rerunon arm64e ptrauth codegen/assembly/UI tests plustests/assembly-llvm/targets/targets-macho.rspython3 x.py build compiler/rustc library/std --stage 1 --target arm64e-apple-darwinpython3 x.py test src/bootstrap --stage 1 --test-args 'test_push_ci test_ci_merge_without_upstream_parent_falls_back_to_nightly_ref'Additional validation for the integration-only follow-up:
git diff --check main...HEADpython3 x.py test --stage 1 --force-rerun tests/codegen-llvm/arm64e-apple-ptrauth.rs tests/codegen-llvm/arm64e-apple-ptrauth-calls.rs tests/codegen-llvm/arm64e-apple-ptrauth-fnptr-data.rs tests/codegen-llvm/arm64e-apple-ptrauth-invoke.rs tests/ui/compile-flags/invalid/branch-protection-arm64e-apple-pac-ret.rs tests/ui/compile-flags/invalid/target-feature-arm64e-apple-ptrauth-disable.rsNotes
This supersedes the earlier integration PR #4 for ongoing fork validation. The previous PR #4 branch is retained for history until this replacement has a useful CI signal.