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

Jordan Rupprecht via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 15 14:41:53 PDT 2019


rupprecht added inline comments.


================
Comment at: llvm/docs/CommandGuide/llvm-ar.rst:28-29
 
-Here's where **llvm-ar** departs from previous ``ar`` implementations:
+Here's where :program:`llvm-ar` departs from previous :program:`ar` 
+implementations:
 
----------------
rupprecht wrote:
> I compared what options were provided on the GNU ar on my workstation, and found the following not implemented by llvm-ar:
> ```
> [f] - truncate inserted filenames
> [O] - display offsets of files
> [V] - display version
> ```
> (actually, we should note the first two, but just implement `llvm-ar V`... I might take a look at that now)
> 
> I *think* we do actually implement all of them, i.e. there are none that we "implement but ignore for compatibility", but it would be good to double check that -- if there are any like that, we should also add them here.
See D69007 for [V]


Repository:
  rL LLVM

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

https://reviews.llvm.org/D68998





More information about the llvm-commits mailing list