I got a report recently that a user was having trouble interpreting the meaning of the error message. Hopefully this is more readable; produces something like the following:
error: No such file or directory: Could not read profile data.
Differential D76796
[llvm-cov] Improve error message for missing profdata efriedma on Mar 25 2020, 12:36 PM. Authored by
Details
I got a report recently that a user was having trouble interpreting the meaning of the error message. Hopefully this is more readable; produces something like the following: error: No such file or directory: Could not read profile data.
Diff Detail
Event Timeline
Comment Actions Thanks, lgtm. I don't have a strong opinion on the message format -- David's suggestion sounds reasonable. |
a nit : all the other messages uses '!' at the end, so keep it consistent here?