[lit] Don't disable the lit progress bar by default with MSVC
authorReid Kleckner <rnk@google.com>
Tue, 11 Aug 2015 21:24:59 +0000 (21:24 +0000)
committerReid Kleckner <rnk@google.com>
Tue, 11 Aug 2015 21:24:59 +0000 (21:24 +0000)
commit3b7e6ef8663dca6622faaf19703c2fa5b80a6f70
tree51c7cc6e00a4bec53b10e6e7800b9a6ba5a56046
parent8be92ef3a1347a3ae0ccba47be6f1e0aa90e6a1e
[lit] Don't disable the lit progress bar by default with MSVC

Only disable the progress bar when we're generating VS project files,
like we do for XCode. This makes lit use the simple, non-curses progress
bar that looks like this with:

Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
Testing Time: 5.87s

llvm-svn: 244674
llvm/CMakeLists.txt