[all-commits] [llvm/llvm-project] 48f163: [llvm-profdata] Add option to cap profile output size
William Junda Huang via All-commits
all-commits at lists.llvm.org
Tue Feb 7 18:19:09 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48f163b889a8f373474c7d198c43e27779f38692
https://github.com/llvm/llvm-project/commit/48f163b889a8f373474c7d198c43e27779f38692
Author: William Huang <williamjhuang at google.com>
Date: 2023-02-08 (Wed, 08 Feb 2023)
Changed paths:
M llvm/include/llvm/ProfileData/SampleProf.h
M llvm/include/llvm/ProfileData/SampleProfWriter.h
M llvm/lib/ProfileData/SampleProfWriter.cpp
M llvm/tools/llvm-profdata/llvm-profdata.cpp
M llvm/unittests/tools/CMakeLists.txt
A llvm/unittests/tools/llvm-profdata/CMakeLists.txt
A llvm/unittests/tools/llvm-profdata/OutputSizeLimitTest.cpp
Log Message:
-----------
[llvm-profdata] Add option to cap profile output size
D139603 (add option to llvm-profdata to reduce output profile size) contains test cases that are not cross-platform. Moving those tests to unit test and making sure the feature is callable from llvm library
Reviewed By: snehasish
Differential Revision: https://reviews.llvm.org/D141446
More information about the All-commits
mailing list