[all-commits] [llvm/llvm-project] a69cc9: [llvm-ar] Implement the O modifier: display member...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Oct 17 04:33:21 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a69cc92cb5083d9d9f33c19587db1cdcab742637
https://github.com/llvm/llvm-project/commit/a69cc92cb5083d9d9f33c19587db1cdcab742637
Author: Fangrui Song <maskray at google.com>
Date: 2019-10-17 (Thu, 17 Oct 2019)
Changed paths:
M llvm/docs/CommandGuide/llvm-ar.rst
M llvm/include/llvm/Object/Archive.h
M llvm/test/Object/archive-thin-create.test
M llvm/test/Object/archive-toc.test
M llvm/tools/llvm-ar/llvm-ar.cpp
Log Message:
-----------
[llvm-ar] Implement the O modifier: display member offsets inside the archive
Since GNU ar 2.31, the 't' operation prints member offsets beside file
names if the 'O' modifier is specified. 'O' is ignored for thin
archives.
Reviewed By: gbreynoo, ruiu
Differential Revision: https://reviews.llvm.org/D69087
llvm-svn: 375106
More information about the All-commits
mailing list