[PATCH] D68253: [SampleFDO] Add compression support for any section in ExtBinary profile format

Wei Mi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 4 17:15:44 PDT 2019


wmi marked an inline comment as done.
wmi added inline comments.


================
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. ");
----------------
davidxl wrote:
> '-compress-all-section is ignored. Specify -extbinary to enable it'
Fixed.


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