hanchenye-llvm-project/llvm/utils/lit
NAKAMURA Takumi 78ddd58743 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
..
lit 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
TODO lit: These TODOs are done(ish). 2010-09-18 02:28:09 +00:00
lit.py
setup.py Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00