[PATCH] D105330: [llvm-nm] Switch command line parsing from llvm::cl to OptTable

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 14 06:55:34 PDT 2021


DavidSpickett added a comment.

@MaskRay You say in the commit msg:

  One-dash long options are still supported.

Does that mean that `-format=sysv` should still be supported? I'm not sure if that's a "long option" or what.

It's used in the llvm-testsuite: https://github.com/llvm/llvm-test-suite/blob/main/litsupport/modules/codesize.py


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105330



More information about the llvm-commits mailing list