summaryrefslogtreecommitdiff
path: root/compiler-rt/include
diff options
context:
space:
mode:
authorGulfem Savrun Yeniceri <gulfem@google.com>2022-12-14 21:45:50 +0000
committerGulfem Savrun Yeniceri <gulfem@google.com>2022-12-14 21:48:41 +0000
commit59b3d8f1db5e5616220b6ec5762a2801b17ec844 (patch)
tree6e8c3c807c34e08da69759df6a9bb9bee1ac5cc1 /compiler-rt/include
parentfb639b0ce0be06748650a0a7c5929980a0adc1ca (diff)
downloadllvm-59b3d8f1db5e5616220b6ec5762a2801b17ec844.tar.gz
Revert "[profile] Add binary ids into indexed profiles"
This reverts commit 7734053fd98e7d5ddc749808ce38134686425fb7 because it broke powerpc64 bot: https://lab.llvm.org/buildbot#builders/231/builds/6229
Diffstat (limited to 'compiler-rt/include')
-rw-r--r--compiler-rt/include/profile/InstrProfData.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/include/profile/InstrProfData.inc b/compiler-rt/include/profile/InstrProfData.inc
index 05419bf01f52..282620d8b5dc 100644
--- a/compiler-rt/include/profile/InstrProfData.inc
+++ b/compiler-rt/include/profile/InstrProfData.inc
@@ -650,7 +650,7 @@ serializeValueProfDataFrom(ValueProfRecordClosure *Closure,
/* Raw profile format version (start from 1). */
#define INSTR_PROF_RAW_VERSION 8
/* Indexed profile format version (start from 1). */
-#define INSTR_PROF_INDEX_VERSION 9
+#define INSTR_PROF_INDEX_VERSION 8
/* Coverage mapping format version (start from 0). */
#define INSTR_PROF_COVMAP_VERSION 5