[all-commits] [llvm/llvm-project] 4d5d9a: Revert "[Coverage] Allow Clang coverage to be used...
Zequan Wu via All-commits
all-commits at lists.llvm.org
Tue Sep 26 18:00:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d5d9a539058c87b42b472daedfb95377f5e1612
https://github.com/llvm/llvm-project/commit/4d5d9a539058c87b42b472daedfb95377f5e1612
Author: Zequan Wu <zequanwu at google.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M clang/lib/CodeGen/CoverageMappingGen.cpp
R clang/test/CodeGen/coverage-profile-raw-version.c
R compiler-rt/test/profile/Linux/coverage-debug-info-correlate.cpp
M llvm/include/llvm/ProfileData/Coverage/CoverageMappingReader.h
M llvm/include/llvm/ProfileData/InstrProfCorrelator.h
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
M llvm/lib/ProfileData/InstrProfCorrelator.cpp
M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
R llvm/test/Instrumentation/InstrProfiling/debug-info-correlate-byte-coverage.ll
R llvm/test/Instrumentation/InstrProfiling/debug-info-correlate-clang-coverage.ll
A llvm/test/Instrumentation/InstrProfiling/debug-info-correlate-coverage.ll
Log Message:
-----------
Revert "[Coverage] Allow Clang coverage to be used with debug info correlation."
This reverts commit 32db121b29f78e4c41116b2a8f1c730f9522b202 and subsequent commits.
This causes time regression on llvm-cov even with debug info correlation off.
More information about the All-commits
mailing list