[PATCH] D71957: [llvm-size] print a blank line between archieve members when using sysv format

Xuanda Yang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 31 00:07:18 PST 2019


TH3CHARLie updated this revision to Diff 235685.
TH3CHARLie added a comment.

I update the patch, now llvm-size's behavior is more(if not 100%) similar to GNU's size:

1. two newlines after archive member
2. no newline when the archive is empty


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71957

Files:
  llvm/test/tools/llvm-size/archive.test
  llvm/test/tools/llvm-size/multiple-inputs.test
  llvm/test/tools/llvm-size/radix.test
  llvm/tools/llvm-size/llvm-size.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71957.235685.patch
Type: text/x-patch
Size: 3604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191231/6f759461/attachment-0001.bin>


More information about the llvm-commits mailing list