[PATCH] D69087: [llvm-ar] Implement the O modifier: display member offsets inside the archive
Noel Grandin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 17 01:44:12 PDT 2019
grandinj added inline comments.
================
Comment at: docs/CommandGuide/llvm-ar.rst:150
+
+ Display member offsets inside the arhive.
+
----------------
arhive->archive
================
Comment at: tools/llvm-ar/llvm-ar.cpp:195
static bool OriginalDates = false; ///< 'o' modifier
+static bool DisplayOffsets = false; ///< 'O' modifier
static bool CompareFullPath = false; ///< 'P' modifier
----------------
DisplayOffsets -> DisplayMemberOffsets ?
"offsets" is a rather generic thing
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69087/new/
https://reviews.llvm.org/D69087
More information about the llvm-commits
mailing list