Switch to normalized triples for Fuchsia by petrhosek · Pull Request #90510 · rust-lang/rust
This is a revert of e950d22 which is no longer needed since Clang now does normalization and handles all triple spellings.
camelid
added
the
T-compiler
label
Nov 4, 2021
bors
added
S-waiting-on-bors
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.labels
Nov 19, 2021matthiaskrgr 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
added
S-waiting-on-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
added
S-waiting-on-review
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
added
S-waiting-on-author
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.labels
Feb 10, 2022
rustbot
added
the
S-inactive
label
Mar 6, 2022djkoloski added a commit to djkoloski/rust that referenced this pull request
Jan 5, 2023Historically, 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.
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