[PATCH] D131375: [llvm-ranlib] Support more than one input file

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 8 10:16:46 PDT 2022


MaskRay added inline comments.


================
Comment at: llvm/docs/CommandGuide/llvm-ranlib.rst:15
 :program:`llvm-ranlib` is an alias for the :doc:`llvm-ar <llvm-ar>` tool that
-generates an index for an archive. It can be used as a replacement for GNU's
+generates an index for one or more archive. It can be used as a replacement for GNU's
 :program:`ranlib` tool.
----------------
jhenderson wrote:
> 
I have checked https://english.stackexchange.com/questions/13284/which-is-correct-one-or-more-is-or-one-or-more-are and I think I'll use the "plural" form :)

This motivated me to check the subject. I have re-read https://ell.stackexchange.com/questions/109363/more-than-one-does-or-more-than-one-do and will stick with the current "more than one input file".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131375



More information about the llvm-commits mailing list