Uh oh!
There was an error while loading. Please reload this page.
Switch to normalized triples for Fuchsia - #90510
Conversation
rust-highfive
commented
Nov 2, 2021
(rust-highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Nov 2, 2021
|
camelid
commented
Nov 2, 2021
@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
8c5fcc7Compare
tmandry
left a comment
There was a problem hiding this comment.
This brings Fuchsia triple naming in line with nearly every other OS, so looks good to me.
emilyalbini
commented
Nov 7, 2021
r? rust-lang/compiler CI changes look good, but the compiler team should actually approve the change. |
tmandry
commented
Nov 18, 2021
Re-rolling r? rust-lang/compiler |
estebank
commented
Nov 19, 2021
@bors r+ |
bors
commented
Nov 19, 2021
📌 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.
matthiaskrgr
commented
Nov 19, 2021
Looks like this failed in a rollup: #91056 (comment) |
JohnCSimon
commented
Dec 12, 2021
Ping from triage: |
JohnCSimon
commented
Jan 30, 2022
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.) |
JohnCSimon
commented
Mar 6, 2022
@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.