[PATCH] D68998: [docs][llvm-ar] Update llvm-ar command guide

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 19 07:01:45 PDT 2019


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: llvm/docs/CommandGuide/llvm-ar.rst:9
 
-**llvm-ar** [-]{dmpqrtx}[Rabfikou] [relpos] [count] <archive> [files...]
+:program:`llvm-ar` [-]{dmpqrstx}[abcDilLNoPsSTuUv] [relpos] [count] <archive> [files...]
 
----------------
MaskRay wrote:
> Add `O`
`<archive>` -> `archive`

A mandatory argument is not surrounded by `<>`. See objcopy and llvm-objcopy for an example.


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

https://reviews.llvm.org/D68998





More information about the llvm-commits mailing list