llvm-mirror/utils/lit
NAKAMURA Takumi 1235bd96fb lit/Util.py: Add two functions, checkToolsPath(dir,tools) and whichTools(tools,paths).
checkToolsPath(dir,tools):
return True if "dir" contains all "tools".

whichTools(tools,paths):
return a directory that contains all "tools" in "paths".
Or return None when all "tools" were not met.

llvm-svn: 125174
2011-02-09 04:19:06 +00:00
..
lit lit/Util.py: Add two functions, checkToolsPath(dir,tools) and whichTools(tools,paths). 2011-02-09 04:19:06 +00:00
lit.py
setup.py lit: Tweak setup.py. 2010-09-18 02:28:12 +00:00
TODO lit: These TODOs are done(ish). 2010-09-18 02:28:09 +00:00