llvm-6502/utils/lit/lit
NAKAMURA Takumi 46b4b112d2 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163469 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-08 12:07:24 +00:00
..
ExampleTests
ExampleTests.ObjDir
__init__.py
LitConfig.py
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
TclUtil.py
Test.py
TestFormats.py
TestingConfig.py
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