Use lit's internal shell when running tests on Windows
authorReid Kleckner <reid@kleckner.net>
Tue, 17 Feb 2015 21:57:10 +0000 (21:57 +0000)
committerReid Kleckner <reid@kleckner.net>
Tue, 17 Feb 2015 21:57:10 +0000 (21:57 +0000)
commit7885776604c04c9426e743b5830110882284562c
treeecbdca8b952b07a5bcc0f57a17d8614954e95fbc
parent203ee500e9d0eb0f30d06d9e17af103af4f45851
Use lit's internal shell when running tests on Windows

The internal shell is faster and more predictable than any copy of
bash.exe on the user's system.

LLVM and Clang use the internal shell by default, and have an
environment variable to disable it. I don't think compiler-rt needs that
complexity, so I left it out.

llvm-svn: 229560
compiler-rt/test/asan/lit.cfg