[PATCH] D110079: [llvm-profgen] An option to dump disasm of specified symbols

Lei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 20 13:48:43 PDT 2021


wlei accepted this revision.
wlei added a comment.
This revision is now accepted and ready to land.

Thanks for the change!

Nit: probably we can add an early check in `validateCommandLine` to make sure `ShowDisassemblyOnly` must be true if `ShowSymbols` is not empty.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110079



More information about the llvm-commits mailing list