[all-commits] [llvm/llvm-project] bf223e: [llvm-ar] Add --output to specify output directory
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Jun 29 10:00:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf223e43fe68da22f185a12c1a2fe36a726f4fe9
https://github.com/llvm/llvm-project/commit/bf223e43fe68da22f185a12c1a2fe36a726f4fe9
Author: Fangrui Song <i at maskray.me>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M llvm/docs/CommandGuide/llvm-ar.rst
M llvm/test/tools/llvm-ar/absolute-paths.test
M llvm/test/tools/llvm-ar/extract.test
M llvm/tools/llvm-ar/llvm-ar.cpp
Log Message:
-----------
[llvm-ar] Add --output to specify output directory
>From binutils 2.34 onwards, ar supports --output to specify a directory
where archive members should be extracted to. Port this feature.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D128626
More information about the All-commits
mailing list