Improve the error messages when using llvm-profdata to correlate profiles with debug info.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This looks reasonable by sharing a common error message concatenated by the detailed reasons as needed instead of populating all the error cases.
Unless this violates coding convention with regard to error messages, it looks good to me. I'm approving it but want to hear other reviewers' opinions.