[PATCH] D81038: [profile] Sync InstrProfData.inc with llvm.
Hiroshi Yamauchi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 3 10:25:58 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG14bb6770f2c6: [profile] Sync InstrProfData.inc with llvm. (authored by yamauchi).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81038/new/
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.268252.patch
Type: text/x-patch
Size: 545 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200603/bf205003/attachment.bin>
More information about the llvm-commits
mailing list