[PATCH] D105532: [llvm-readobj] Switch command line parsing from llvm::cl to OptTable

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 14 12:39:53 PDT 2021


MaskRay marked an inline comment as done.
MaskRay added inline comments.


================
Comment at: llvm/docs/CommandGuide/llvm-readelf.rst:83
 
-.. option:: --file-headers, -h
+.. option:: --file-header, -h
 
----------------
xgupta wrote:
> Documentation build on my system is failing with this change.
>  
> Warning, treated as error:
> /home/user/llvm-project/llvm/docs/CommandGuide/llvm-readelf.rst:101:unknown option: --file-headers
> 
> 
Thanks for the report. Fixed by 3bda1c4e22cdf54f899f0330a98213337df9b3d4


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105532



More information about the llvm-commits mailing list