<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 - make clean doesn't clean everything"
href="https://bugs.llvm.org/show_bug.cgi?id=46145">46145</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>make clean doesn't clean everything
</td>
</tr>
<tr>
<th>Product</th>
<td>Build scripts
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>cmake
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>llvm@dyatkovskiy.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>It seems that 'make clean' command doesn't clean everything. At least it keeps
tests "Output" data.
Below info in 1K blocks (darwin-x86-64, debug) for top 4 dirs:
bash-3.2$ du -sk * | sort -n -r
2056424 test
363316 bin
350212 tools
282156 lib
Below are details for test dir:
bash-3.2$ pwd
/home/user/projects/builds/llvm.darwin-debug-x86_64/test/tools
bash-3.2$ du -sk * | sort -n -r
1073840 llvm-isel-fuzzer
679132 llvm-opt-fuzzer
70744 llvm-objcopy
10204 llvm-readobj
And more details for biggest one:
bash-3.2$ cd llvm-isel-fuzzer
bash-3.2$ ls
Output
So it seems that llvm-lit temporary data is not cleaned.
Thanks!</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>