[PATCH] D139486: [llvm-profdata] Drop profile symbol list during merging AutoFDO profiles.

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 16:47:11 PST 2022


wenlei accepted this revision.
wenlei added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/tools/llvm-profdata/llvm-profdata.cpp:1235
+      "drop-profile-symbol-list", cl::init(false), cl::Hidden,
+      cl::desc("Drop the profile symbol list when mergeing AutoFDO profiles"));
 
----------------
Add `(only meaningful for -sample)` to the description. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139486/new/

https://reviews.llvm.org/D139486



More information about the llvm-commits mailing list