1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/utils/lit/lit
NAKAMURA Takumi 57a661f79f lit: Util.which(): Use os.path.isfile() instead of os.path.exists(), or it hits to the directory.
For example, which('loop-convert') returns 'loop-convert' when the directory 'loop-convert' exists.

llvm-svn: 163469
2012-09-08 12:07:24 +00:00
..
ExampleTests Remove the C backend. 2012-03-23 05:50:46 +00:00
ExampleTests.ObjDir
__init__.py
LitConfig.py This is a small patch with a couple of improvements for running lit with --debug: 2012-02-06 23:34:52 +00:00
LitFormats.py
LitTestCase.py
main.py lit: Show actually created count of threads. The incorrect threads count is printed if the number of tests are less than the number of default threads. 2012-08-17 04:15:41 +00:00
ProgressBar.py
ShCommands.py
ShUtil.py Revert r159528 which taught lit's builtin shell test runner about the 2012-07-02 20:43:21 +00:00
TclUtil.py
Test.py
TestFormats.py
TestingConfig.py Fix lit failure on cmake-clang-x64_64-linux bot, apparently due to its having 2012-03-25 09:42:28 +00:00
TestRunner.py lit: Use close_fds=True on UNIX, to avoid file descriptor pollution of 2012-07-20 18:29:34 +00:00
Util.py lit: Util.which(): Use os.path.isfile() instead of os.path.exists(), or it hits to the directory. 2012-09-08 12:07:24 +00:00