[compiler-rt] [llvm] [InstrFDO]Allow indexed profile reader to parse compatible future versions and returns errors for incompatible ones. (PR #88212)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 7 13:29:30 PDT 2024


================
@@ -1200,6 +1213,22 @@ struct Header {
   uint64_t BinaryIdOffset = 0;
   uint64_t TemporalProfTracesOffset = 0;
   uint64_t VTableNamesOffset = 0;
+  // Records the on-disk byte size of the header.
----------------
kazutakahirata wrote:

I'd drop the verb because the variable just sits there.

```suggestion
  // The on-disk byte size of the header.
```

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


More information about the llvm-commits mailing list