[llvm] Introduce CovMap in ObjectYAML (PR #127432)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 24 01:23:33 PST 2025
================
@@ -580,6 +596,31 @@ ELFDumper<ELFT>::dumpSections() {
return Error::success();
};
+ coverage::yaml::DecoderParam Param;
----------------
jh7370 wrote:
Correct me if I'm wrong, but I think @ornata is suggesting just moving the code down a few lines into the `if` block starting at line 604 that makes use of it.
https://github.com/llvm/llvm-project/pull/127432
More information about the llvm-commits
mailing list