[all-commits] [llvm/llvm-project] aa1735: [llvm-ranlib] Support more than one input file
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Aug 8 10:15:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa173573198e024b065c5f6523ce26bb865781b7
https://github.com/llvm/llvm-project/commit/aa173573198e024b065c5f6523ce26bb865781b7
Author: Fangrui Song <i at maskray.me>
Date: 2022-08-08 (Mon, 08 Aug 2022)
Changed paths:
M llvm/docs/CommandGuide/llvm-ranlib.rst
M llvm/test/tools/llvm-ranlib/D-flag.test
A llvm/test/tools/llvm-ranlib/error-opening-permission.test
M llvm/tools/llvm-ar/llvm-ar.cpp
Log Message:
-----------
[llvm-ranlib] Support more than one input file
BSD and GNU ranlib support more than one input file. Implement this.
While here, update OVERVIEW (Ranlib => ranlib) since "ranlib" is more common.
Remove "speed access" since the index has nothing to do with performance: it is
mandatory for GNU ld and gold but ignored for ld.lld (D119074).
Close https://github.com/llvm/llvm-project/issues/54565
Differential Revision: https://reviews.llvm.org/D131375
More information about the All-commits
mailing list