[llvm] [memprof] Add MemProf version (PR #86414)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 26 16:00:19 PDT 2024


================
@@ -15,6 +15,15 @@
 namespace llvm {
 namespace memprof {
 
+// The versions of the indexed MemProf format
+enum MemProfVersion {
+  // Version 0: This version didn't have a version field have a version in the
----------------
teresajohnson wrote:

Some extra words here ("have a version field have a version")

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


More information about the llvm-commits mailing list