-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Switch to normalized triples for Fuchsia #90510
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
|
@petrhosek There seem to be merge conflicts. I think you'll need to rebase over upstream/master. |
This is a revert of e950d22 which is no longer needed since Clang now does normalization and handles all triple spellings.
9d5936e
to
8c5fcc7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This brings Fuchsia triple naming in line with nearly every other OS, so looks good to me.
r? rust-lang/compiler CI changes look good, but the compiler team should actually approve the change. |
Re-rolling r? rust-lang/compiler |
@bors r+ |
📌 Commit 8c5fcc7 has been approved by |
…ebank Switch to normalized triples for Fuchsia This is a revert of e950d22 which is no longer needed since Clang now does normalization and handles all triple spellings.
…ebank Switch to normalized triples for Fuchsia This is a revert of e950d22 which is no longer needed since Clang now does normalization and handles all triple spellings.
Looks like this failed in a rollup: #91056 (comment) |
Ping from triage: |
triage: @rustbot label: -S-waiting-on-author +S-waiting-on-review |
@petrhosek @tmandry this seemed like it failed in rollup. Can you look into it? (And let us know if this needs a new owner.) |
@petrhosek @rustbot label: +S-inactive |
Historically, Rust's Fuchsia targets have been labeled x86_64-fuchsia and aarch64-fuchsia. However, they should technically contain vendor information. This CL changes Fuchsia's target triples to include the "unknown" vendor since Clang now does normalization and handles all triple spellings. This was previously attempted in rust-lang#90510, which was closed due to inactivity.
…et_triple, r=nagisa Add vendor to Fuchsia's target triple Historically, Rust's Fuchsia targets have been labeled x86_64-fuchsia and aarch64-fuchsia. However, they should technically contain vendor information. This CL changes Fuchsia's target triples to include the "unknown" vendor since Clang now does normalization and handles all triple spellings. This was previously attempted in rust-lang#90510, which was closed due to inactivity.
This is a revert of e950d22 which is no
longer needed since Clang now does normalization and handles all triple
spellings.