[all-commits] [llvm/llvm-project] 146f78: Revert "[ProfileData] Fix a warning"
dyung via All-commits
all-commits at lists.llvm.org
Mon Jan 9 23:54:26 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 146f78bf03fdcf80acf385a7e452a6d349e84e6c
https://github.com/llvm/llvm-project/commit/146f78bf03fdcf80acf385a7e452a6d349e84e6c
Author: Douglas Yung <douglas.yung at sony.com>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M llvm/lib/ProfileData/SampleProfWriter.cpp
Log Message:
-----------
Revert "[ProfileData] Fix a warning"
This reverts commit 9f4a9d3f44501fa755eb71fe855e15cf0e59e8b8.
Reverting this change which was a follow-up to 5b72d0e4f5eeb8f90c744cac8e0728cffeca61a9 which is being reverted due to test failures on Mac/Windows.
Commit: ac07911b455ed0b29c201b1d59d3f33105777af9
https://github.com/llvm/llvm-project/commit/ac07911b455ed0b29c201b1d59d3f33105777af9
Author: Douglas Yung <douglas.yung at sony.com>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M llvm/include/llvm/ProfileData/SampleProfWriter.h
M llvm/lib/ProfileData/SampleProfWriter.cpp
R llvm/test/tools/llvm-profdata/output-size-limit.test
M llvm/tools/llvm-profdata/llvm-profdata.cpp
Log Message:
-----------
Revert "[llvm-profdata] Add option to cap profile output size"
This reverts commit 5b72d0e4f5eeb8f90c744cac8e0728cffeca61a9.
The test added is failing on Mac/Windows. See review for buildbot failure links.
Compare: https://github.com/llvm/llvm-project/compare/ea6dec1b3a56...ac07911b455e
More information about the All-commits
mailing list