[PATCH] D69087: [llvm-ar] Implement the O modifier: display member offsets inside the archive
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 17 00:21:13 PDT 2019
MaskRay created this revision.
MaskRay added reviewers: gbreynoo, ruiu, rupprecht.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Since GNU ar 2.31, 'O' prints member offsets beside file names.
It is ignored for thin archives.
Repository:
rL LLVM
https://reviews.llvm.org/D69087
Files:
docs/CommandGuide/llvm-ar.rst
include/llvm/Object/Archive.h
test/Object/archive-thin-create.test
test/Object/archive-toc.test
tools/llvm-ar/llvm-ar.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69087.225359.patch
Type: text/x-patch
Size: 4710 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191017/04083064/attachment.bin>
More information about the llvm-commits
mailing list