[llvm] [PGO] Add support for writing previous indexed format (PR #84505)

Snehasish Kumar via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 8 10:29:16 PST 2024


================
@@ -291,6 +291,15 @@ cl::opt<bool> DropProfileSymbolList(
     cl::desc("Drop the profile symbol list when merging AutoFDO profiles "
              "(only meaningful for -sample)"));
 
+// Temporary support for writing the previous version of the format, to enable
+// some forward compaitibility.
----------------
snehasish wrote:

typo: compatibility

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


More information about the llvm-commits mailing list