[PATCH] D68253: [SampleFDO] Add compression support for any section in ExtBinary profile format
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 4 16:40:10 PDT 2019
davidxl added a comment.
llvmprof command documentation also needs to be updated.
================
Comment at: llvm/tools/llvm-profdata/llvm-profdata.cpp:456
+ if (OutputFormat != PF_Ext_Binary) {
+ warn("-compress-all-sections is only meaningful when -extbinary is "
+ "used. ");
----------------
'-compress-all-section is ignored. Specify -extbinary to enable it'
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68253/new/
https://reviews.llvm.org/D68253
More information about the llvm-commits
mailing list