[PATCH] D157913: [WIP][Coverage] Allow Clang coverage to be used with debug info correlation.
Zequan Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 14 12:43:56 PDT 2023
zequanwu created this revision.
Herald added subscribers: Enna1, hiraditya.
Herald added a project: All.
zequanwu requested review of this revision.
Herald added projects: clang, Sanitizers, LLVM.
Herald added subscribers: llvm-commits, Sanitizers, cfe-commits.
Debug info correlation is an option in InstrProfiling pass, which is used by
both IR instrumentation and front-end instrumentation. So, Clang coverage can
also benefits the binary size saving from it.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D157913
Files:
clang/lib/CodeGen/CoverageMappingGen.cpp
clang/test/CodeGen/coverage-debug-info-correlate.c
compiler-rt/test/profile/Darwin/coverage-debug-info-correlate.c
compiler-rt/test/profile/Linux/coverage-debug-info-correlate.c
llvm/include/llvm/ProfileData/Coverage/CoverageMappingReader.h
llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157913.550057.patch
Type: text/x-patch
Size: 13688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230814/2c4bed32/attachment.bin>
More information about the cfe-commits
mailing list