This is an archive of the discontinued LLVM Phabricator instance.

[TableGen] Remove redundant `Error:` in msg (NFC)
ClosedPublic

Authored by ksyx on May 10 2021, 12:44 AM.

Details

Summary

Since calling PrintFatalError will automatically add error: prefix in the message printed, there is no need having an extra ERROR: prefix in the argument passed.

Diff Detail

Event Timeline

ksyx requested review of this revision.May 10 2021, 12:44 AM
ksyx created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMay 10 2021, 12:44 AM
This revision is now accepted and ready to land.May 10 2021, 4:18 AM
This revision was landed with ongoing or failed builds.May 10 2021, 6:20 AM
This revision was automatically updated to reflect the committed changes.