[lit] Fix bug where ``lit.util.which()`` would return a directory
[oota-llvm.git] / utils / lit / lit / util.py
2015-11-13 Dan Liew[lit] Fix bug where ``lit.util.which()`` would return...
2015-07-19 Eric Fiselier[LIT] Allow for executeCommand to take the stdin input.
2015-01-12 Eric Fiselier[LIT] Decode string result in lit.util.capture
2014-12-10 Eric Fiselier[LIT] Add support for `UNSUPPORTED` tag to `TestRunner...
2014-09-12 Jordan Rose[lit] Parse all strings as UTF-8 rather than ASCII.
2014-06-10 Alexander PotapenkoAdd detection of OS X relocatable SDK to compiler-rt...
2013-08-14 Daniel Dunbar[lit] Ensure test output is converted to strings where...
2013-08-14 Daniel Dunbar[lit] Move executeCommand() into lit.util.
2013-08-09 Daniel Dunbar[lit] Rename lit.{TestFormats,Util} to their aliased...