[all-commits] [llvm/llvm-project] 6bda63: [llvm-cov] Replace binary test blobs with text for...
Maksim Levental via All-commits
all-commits at lists.llvm.org
Sun Jun 14 10:21:10 PDT 2026
Branch: refs/heads/users/makslevental/coverage-v2
Home: https://github.com/llvm/llvm-project
Commit: 6bda63ccc96867ba1c15e34aea06e2f88814f5f0
https://github.com/llvm/llvm-project/commit/6bda63ccc96867ba1c15e34aea06e2f88814f5f0
Author: makslevental <maksim.levental at gmail.com>
Date: 2026-06-14 (Sun, 14 Jun 2026)
Changed paths:
R llvm/test/tools/llvm-cov/Inputs/gap-region-quirk/gap-quirk.covmapping
R llvm/test/tools/llvm-cov/Inputs/gap-region-quirk/gap-quirk.profdata
A llvm/test/tools/llvm-cov/Inputs/gap-region-quirk/gap-quirk.proftext
A llvm/test/tools/llvm-cov/Inputs/gap-region-quirk/gap-quirk.yaml
M llvm/test/tools/llvm-cov/gap-region-line-coverage.test
Log Message:
-----------
[llvm-cov] Replace binary test blobs with text formats
Replace .covmapping and .profdata binary blobs with .yaml (obj2yaml)
and .proftext respectively. The test now uses yaml2obj and
llvm-profdata merge to produce inputs at test time.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply at anthropic.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list