1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/utils/lit
Daniel Dunbar 56dbefb6d6 lit: Fix a subtle resource usage bug when executing tests using the internal
shell runner.

We would inadvertently end up holding on to handles to the temporary files
longer than we should have been. On Win32, where open handles lock some file
operations, this caused problems in tests which would try to move temporary
files around (as Clang does by default now).

Many thanks to Francois Pichet for the excellent detective work on this.

llvm-svn: 115040
2010-09-29 15:59:37 +00:00
..
lit lit: Fix a subtle resource usage bug when executing tests using the internal 2010-09-29 15:59:37 +00:00
lit.py lit: Sink code into a 'lit' package. 2009-12-26 22:58:23 +00:00
setup.py lit: Tweak setup.py. 2010-09-18 02:28:12 +00:00
TODO lit: These TODOs are done(ish). 2010-09-18 02:28:09 +00:00