lit: Util.which(): Use os.path.isfile() instead of os.path.exists(), or it hits to...
[oota-llvm.git] / utils / lit / lit / Util.py
2012-09-08 NAKAMURA Takumilit: Util.which(): Use os.path.isfile() instead of...
2011-07-02 Jordy RoseUse subprocess.Popen instead of popen2 to stop a deprec...
2011-02-10 NAKAMURA Takumilit/Util.py: On Cygwin, 'PATHEXT' may exist but it...
2011-02-09 NAKAMURA Takumilit/Util.py: Add two functions, checkToolsPath(dir...
2010-02-05 Jeffrey YasskinMake lit's gtest support honor config.environment.
2009-12-26 Daniel Dunbarlit: Sink code into a 'lit' package.