Open
Description
Bugzilla Link | 9904 |
Version | trunk |
OS | Linux |
Reporter | LLVM Bugzilla Contributor |
CC | @jryans,@mattmccutchen-cci,@modocache |
Extended Description
There's a bunch of tests now that use rm -rf %t
to clear out directories they create in between runs. This is something that lit should do, it should clear out files or directories named %t*
.