This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Fix the problem of parsing long version numbers
ClosedPublic

Authored by sunshaoce on Jun 27 2022, 7:07 AM.

Details

Summary

For example, when parsing Zbpbo0p911, an error will be reported:
"multi-character extensions must be separated by underscores"

Diff Detail

Event Timeline

sunshaoce created this revision.Jun 27 2022, 7:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 27 2022, 7:07 AM
sunshaoce requested review of this revision.Jun 27 2022, 7:07 AM
asb accepted this revision.Jun 27 2022, 12:02 PM

LGTM, thanks.

This revision is now accepted and ready to land.Jun 27 2022, 12:02 PM
This revision was landed with ongoing or failed builds.Jun 27 2022, 8:48 PM
This revision was automatically updated to reflect the committed changes.