This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add extra space into error message about unsupported extension version.
ClosedPublic

Authored by craig.topper on May 12 2022, 12:10 PM.

Diff Detail

Event Timeline

craig.topper created this revision.May 12 2022, 12:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 12 2022, 12:10 PM
craig.topper requested review of this revision.May 12 2022, 12:10 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 12 2022, 12:10 PM
MaskRay accepted this revision.May 12 2022, 12:35 PM
MaskRay added inline comments.
clang/test/Driver/riscv-arch.c
427–428

Nit: it's better to join 'zbt' (this compiler supports 0.93) to the previous line since it is one single message.

That's better than using -SAME: here, and in turn better than raw CHECK as is.

This revision is now accepted and ready to land.May 12 2022, 12:35 PM
This revision was landed with ongoing or failed builds.May 12 2022, 12:56 PM
This revision was automatically updated to reflect the committed changes.