[PATCH] D117631: [InstrProf] Restore InstrProfData.inc to fix Fuchsia builds

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 18 17:57:12 PST 2022


phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.

LGTM thanks!



================
Comment at: compiler-rt/include/profile/InstrProfData.inc:649-650
 
 /* Raw profile format version (start from 1). */
 #define INSTR_PROF_RAW_VERSION 8
 /* Indexed profile format version (start from 1). */
----------------
It might be also worth leaving a comment here pointing to the two `FIXME` comments you added so we can incorporate those when we make the next change that requires a version bump.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117631/new/

https://reviews.llvm.org/D117631



More information about the llvm-commits mailing list