Skip to content

Commit afd16b0

Browse files
Revert Version change in instrprofdata.inc
1 parent 0dd32c3 commit afd16b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/include/profile/InstrProfData.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ INSTR_PROF_VALUE_NODE(PtrToNodeT, llvm::PointerType::getUnqual(Ctx), Next, \
152152
#define INSTR_PROF_DATA_DEFINED
153153
#endif
154154
INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic())
155-
INSTR_PROF_RAW_HEADER(uint64_t, Version, Version)
155+
INSTR_PROF_RAW_HEADER(uint64_t, Version, __llvm_profile_get_version())
156156
INSTR_PROF_RAW_HEADER(uint64_t, BinaryIdsSize, __llvm_write_binary_ids(NULL))
157157
INSTR_PROF_RAW_HEADER(uint64_t, NumData, NumData)
158158
INSTR_PROF_RAW_HEADER(uint64_t, PaddingBytesBeforeCounters, PaddingBytesBeforeCounters)

0 commit comments

Comments
 (0)