[PATCH] D149400: [llvm-profdata] Deprecate Compact Binary Sample Profile Format
Lei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 27 20:14:21 PDT 2023
wlei added inline comments.
================
Comment at: llvm/unittests/ProfileData/SampleProfTest.cpp:292
// Because _Z3bazi is not defined in module M, expect _Z3bazi's profile
// is not loaded when the profile is ExtBinary or Compact format because
// these formats support loading function profiles on demand.
----------------
Nit: remove the `Compact`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149400/new/
https://reviews.llvm.org/D149400
More information about the llvm-commits
mailing list