[all-commits] [llvm/llvm-project] d87bdc: Clean up large copies of binaries copied into temp...
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Tue Sep 28 17:04:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d87bdc272ba47b7d9109ff5c7191454ab2ae6fcb
https://github.com/llvm/llvm-project/commit/d87bdc272ba47b7d9109ff5c7191454ab2ae6fcb
Author: Teresa Johnson <tejohnson at google.com>
Date: 2021-09-28 (Tue, 28 Sep 2021)
Changed paths:
M clang/test/Driver/clang_f_opts.c
M lld/test/COFF/pdb-relative-source-lines.test
Log Message:
-----------
Clean up large copies of binaries copied into temp directories in tests
In looking at the disk space used by a ninja check-all, I found that a
few of the largest files were copies of clang and lld made into temp
directories by a couple of tests. These tests were added in D53021 and
D74811. Clean up these copies after usage.
Differential Revision: https://reviews.llvm.org/D110276
More information about the All-commits
mailing list