<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - sysv format does not print blank line between archive members"
href="https://bugs.llvm.org/show_bug.cgi?id=42967">42967</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>sysv format does not print blank line between archive members
</td>
</tr>
<tr>
<th>Product</th>
<td>tools
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>llvm-size
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>jh7370.2008@my.bristol.ac.uk
</td>
</tr>
<tr>
<th>CC</th>
<td>bigcheesegs@gmail.com, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>