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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D102151
[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 TimelineThis 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 Closed by commit rGfefd03a89129: [TableGen] Remove redundant `Error:` in msg (NFC) (authored by ksyx). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 344041 llvm/utils/TableGen/CodeGenTarget.cpp
llvm/utils/TableGen/ExegesisEmitter.cpp
|