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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 16 18:55:22 PDT 2019


MaskRay added inline comments.


================
Comment at: llvm/docs/CommandGuide/llvm-ar.rst:106
 
-d
+.. option:: d [NT]
+
----------------
`P` can affect `d`.

Can `T` affect the `d` operation?


================
Comment at: llvm/docs/CommandGuide/llvm-ar.rst:152
 
-t[v]
+.. option:: r [abTu]
+
----------------
`P` affects `r`


================
Comment at: llvm/docs/CommandGuide/llvm-ar.rst:209
 
- When extracting files, this option will cause **llvm-ar** to preserve the
- original modification times of the files it writes.
+ When quick appending an ``<archive>``, instead quick append its members.
 
----------------
`L` is an extension. Shall we mention the fact?


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

https://reviews.llvm.org/D68998





More information about the llvm-commits mailing list