[PATCH] D62195: Properly categorize llvm-objdump options

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 21 07:12:17 PDT 2019


serge-sans-paille added a comment.

Following a remark from @jhenderson , and in order to make sure the options filtered out are not relevant, I've been running a clang-based script to compute the application callgraph, registering all calls to ``llvm::cl`` commands and their parent.

If I didn't messed up the script, none of the filtered out general options are actually reachable from `main`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62195





More information about the llvm-commits mailing list