[all-commits] [llvm/llvm-project] 44d9de: [llvm-cov] Add error message for missing profdata ...
Zequan Wu via All-commits
all-commits at lists.llvm.org
Fri Jul 15 12:04:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 44d9def78bb557a34b02997f39e9bf43891fa1cf
https://github.com/llvm/llvm-project/commit/44d9def78bb557a34b02997f39e9bf43891fa1cf
Author: Zequan Wu <zequanwu at google.com>
Date: 2022-07-15 (Fri, 15 Jul 2022)
Changed paths:
M llvm/test/tools/llvm-cov/misssing-profdata.test
M llvm/tools/llvm-cov/CodeCoverage.cpp
Log Message:
-----------
[llvm-cov] Add error message for missing profdata on report and export subcommands.
When profdata is missing on report and export commands, the error message is
indistinguishable from missing instrumented binary file. This adds the error
message for report and export commands.
Differential Revision: https://reviews.llvm.org/D129791
More information about the All-commits
mailing list