This is an archive of the discontinued LLVM Phabricator instance.

[llvm] Prevent building for riscv32-unknown-fuchsia
ClosedPublic

Authored by leonardchan on Feb 28 2023, 12:20 PM.

Details

Summary

Fuchsia is exclusively 64-bit so this throw an error when using this triple.

Diff Detail

Event Timeline

leonardchan created this revision.Feb 28 2023, 12:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 28 2023, 12:20 PM
leonardchan requested review of this revision.Feb 28 2023, 12:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 28 2023, 12:20 PM
phosek accepted this revision.Feb 28 2023, 11:59 PM

LGTM

This revision is now accepted and ready to land.Feb 28 2023, 11:59 PM
This revision was landed with ongoing or failed builds.Mar 1 2023, 11:43 AM
This revision was automatically updated to reflect the committed changes.
asb added a comment.Mar 1 2023, 11:51 AM

A belated LGTM - thank you!