[PATCH] D81038: [profile] Sync InstrProfData.inc with llvm.

Hiroshi Yamauchi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 2 15:23:35 PDT 2020


yamauchi created this revision.
yamauchi added a reviewer: davidxl.
Herald added a project: Sanitizers.
Herald added a subscriber: Sanitizers.
yamauchi added a comment.

This seems to have got out of sync with D79961 <https://reviews.llvm.org/D79961>. The last sync was rL318230 <https://reviews.llvm.org/rL318230>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81038

Files:
  compiler-rt/include/profile/InstrProfData.inc


Index: compiler-rt/include/profile/InstrProfData.inc
===================================================================
--- compiler-rt/include/profile/InstrProfData.inc
+++ compiler-rt/include/profile/InstrProfData.inc
@@ -657,7 +657,7 @@
 /* Raw profile format version (start from 1). */
 #define INSTR_PROF_RAW_VERSION 5
 /* Indexed profile format version (start from 1). */
-#define INSTR_PROF_INDEX_VERSION 5
+#define INSTR_PROF_INDEX_VERSION 6
 /* Coverage mapping format version (start from 0). */
 #define INSTR_PROF_COVMAP_VERSION 3
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81038.268000.patch
Type: text/x-patch
Size: 545 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200602/e32c271a/attachment.bin>


More information about the llvm-commits mailing list