[PATCH] D128626: [llvm-ar] Add --output to specify output directory

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 27 01:40:56 PDT 2022


MaskRay created this revision.
MaskRay added reviewers: gbreynoo, jhenderson.
Herald added subscribers: StephenFan, rupprecht.
Herald added a project: All.
MaskRay requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

>From binutils 2.34 onwards, ar supports --output to specify a directory
where archive members should be extracted. Port this feature.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128626

Files:
  llvm/docs/CommandGuide/llvm-ar.rst
  llvm/test/tools/llvm-ar/absolute-paths.test
  llvm/test/tools/llvm-ar/extract.test
  llvm/tools/llvm-ar/llvm-ar.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128626.440126.patch
Type: text/x-patch
Size: 3927 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220627/323f0f16/attachment.bin>


More information about the llvm-commits mailing list