[llvm] Introduce CovMap in ObjectYAML (PR #127432)
Jessica Paquette via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 23:20:07 PST 2025
================
@@ -21,6 +23,18 @@
using namespace llvm;
+cl::OptionCategory ELFCat("ELF Options");
+
+static cl::opt<bool>
+ CovMapDetailed("covmap", cl::desc("Dump detailed YAML in Coverage Map."),
+ cl::cat(ELFCat));
+static cl::opt<bool> CovMapRaw("covmap-raw",
----------------
ornata wrote:
can the code for covmap-raw be in a separate patch?
it would be easiest to review if the patch introduces minimal functionality the first time through.
https://github.com/llvm/llvm-project/pull/127432
More information about the llvm-commits
mailing list