[all-commits] [llvm/llvm-project] e8b376: Fixed a bug in https://reviews.llvm.org/rG8eb617d7...
wmi-11 via All-commits
all-commits at lists.llvm.org
Fri Sep 24 15:24:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8b376547b4b77671c36607ade025d3272699e7a
https://github.com/llvm/llvm-project/commit/e8b376547b4b77671c36607ade025d3272699e7a
Author: Wei Mi <wmi at google.com>
Date: 2021-09-24 (Fri, 24 Sep 2021)
Changed paths:
M llvm/include/llvm/ProfileData/SampleProfReader.h
A llvm/test/tools/llvm-profdata/Inputs/unknown.section.compressed.extbin.profdata
M llvm/test/tools/llvm-profdata/forward-compatible.test
Log Message:
-----------
Fixed a bug in https://reviews.llvm.org/rG8eb617d719bdc6a4ed7773925d2421b9bbdd4b7a.
For compressed profile when reading an unknown section, the data reader pointer
adjustment was incorrect. This patch fixed that.
More information about the All-commits
mailing list