[llvm] [memprof] Reduce schema for Version2 (PR #89876)

Snehasish Kumar via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 24 09:26:32 PDT 2024


================
@@ -308,6 +308,11 @@ cl::opt<memprof::IndexedVersion> MemProfVersionRequested(
                clEnumValN(memprof::Version1, "1", "version 1"),
                clEnumValN(memprof::Version2, "2", "version 2")));
 
+cl::opt<bool> MemProfFullSchema("memprof-full-schema", cl::Hidden,
+                                cl::sub(MergeSubcommand),
+                                cl::desc("Serialize the full schema"),
----------------
snehasish wrote:

nit: "Use the full schema for serialization" -- The current statement sounds like it applies to the schema and not the content.

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


More information about the llvm-commits mailing list