[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


================
@@ -21,6 +23,18 @@
 
 using namespace llvm;
 
+cl::OptionCategory ELFCat("ELF Options");
+
+static cl::opt<bool>
----------------
jh7370 wrote:

Why do you feel the need to guard covmap decoding behind an option?

No other special section type has this sort of option, so it feels unnecessary.

https://github.com/llvm/llvm-project/pull/127432


More information about the llvm-commits mailing list