Switch to normalized triples for Fuchsia by petrhosek · Pull Request #90510 · rust-lang/rust

@petrhosek

This is a revert of e950d22 which is no
longer needed since Clang now does normalization and handles all triple
spellings.

@camelid camelid added the T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.

label

Nov 4, 2021

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Nov 19, 2021

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request

Nov 19, 2021
…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.

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request

Nov 19, 2021
…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.

@bors bors added S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

and removed S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

labels

Nov 19, 2021

@rustbot rustbot added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

and removed S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

labels

Jan 30, 2022

@pnkfelix pnkfelix added S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Feb 10, 2022

@rustbot rustbot added the S-inactive

Status: Inactive and waiting on the author. This is often applied to closed PRs.

label

Mar 6, 2022

djkoloski added a commit to djkoloski/rust that referenced this pull request

Jan 5, 2023
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.

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jan 6, 2023
…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.