This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Update error message to not call 'RV32' and 'RV64' an extension.
ClosedPublic

Authored by craig.topper on Sep 7 2022, 12:09 PM.

Details

Summary

I used RV32 so I didn't have to write RV32I and RV32E. Ideally
these builtins will be wrapped in a header someday so long term I don't
expect users to see these errors.

Diff Detail

Event Timeline

craig.topper created this revision.Sep 7 2022, 12:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 7 2022, 12:09 PM
craig.topper requested review of this revision.Sep 7 2022, 12:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 7 2022, 12:09 PM
asb accepted this revision.Sep 14 2022, 12:16 PM

LGTM, thanks!

This revision is now accepted and ready to land.Sep 14 2022, 12:16 PM
This revision was landed with ongoing or failed builds.Sep 14 2022, 2:51 PM
This revision was automatically updated to reflect the committed changes.