[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 03:33:07 PDT 2019


MaskRay updated this revision to Diff 225388.
MaskRay marked an inline comment as done.
MaskRay added a comment.

Use       outs() << " 0x" << utohexstr(C.getDataOffset(), true);


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69087/new/

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.225388.patch
Type: text/x-patch
Size: 5910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191017/b704e0bb/attachment.bin>


More information about the llvm-commits mailing list