[PATCH] D107143: [profile] Fix merging with binary IDs
    Hans Wennborg via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jul 30 06:01:55 PDT 2021
    
    
  
hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.
Thanks for fixing!
================
Comment at: compiler-rt/include/profile/InstrProfData.inc:649
 /* Raw profile format version (start from 1). */
 #define INSTR_PROF_RAW_VERSION 6
 /* Indexed profile format version (start from 1). */
----------------
Does this need to be incremented for the header field move?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107143/new/
https://reviews.llvm.org/D107143
    
    
More information about the llvm-commits
mailing list