[llvm-bugs] [Bug 46145] New: make clean doesn't clean everything
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun May 31 11:17:17 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=46145
Bug ID: 46145
Summary: make clean doesn't clean everything
Product: Build scripts
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: cmake
Assignee: unassignedbugs at nondot.org
Reporter: llvm at dyatkovskiy.com
CC: llvm-bugs at lists.llvm.org
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!
--
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/20200531/43dc5b9d/attachment-0001.html>
More information about the llvm-bugs
mailing list