[llvm-bugs] [Bug 42967] New: sysv format does not print blank line between archive members
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Aug 12 07:10:26 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=42967
Bug ID: 42967
Summary: sysv format does not print blank line between archive
members
Product: tools
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: llvm-size
Assignee: unassignedbugs at nondot.org
Reporter: jh7370.2008 at my.bristol.ac.uk
CC: bigcheesegs at gmail.com, llvm-bugs at lists.llvm.org
If llvm-size is used to print an archive, it does not print a blank line
between archive members, unlike GNU size and also unlike its multiple input
case:
c:\llvm\build\debug\bin\llvm-size.exe -A archive.a
archive.test.tmp1 (ex archive.a):
section size addr
.text 1 0
.data 2 0
.bss 4 0
Total 7 <--- Blank line should appear after here
archive.test.tmp2 (ex archive.a):
section size addr
.text 8 0
.data 16 0
.bss 32 0
Total 56
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190812/7fdb4a3e/attachment-0001.html>
More information about the llvm-bugs
mailing list