Recently, the profile data format was updated to allow for multiple functions with the same name. The updated indexing api requires the code coverage tool to know the function's hash as well as the function's name to get the execution counts for a function. This patch updates clang which now also stores function hashes in function's coverage records.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM