Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lit: Add 'cd' support to the internal shell and port some tests | Reid Kleckner | 2015-03-02 | 1 | -3/+1 |
| | | | | | | | | | | | The internal shell was already threading around a 'cwd' parameter. We just have to make it mutable so that we can update it as the test script executes. If the shell ever grows support for environment variable substitution, we could also implement support for export. llvm-svn: 231017 | ||||
* | Split openFileForWrite into windows and unix versions. | Rafael Espindola | 2013-07-19 | 1 | -0/+13 |
It is similar to 186511, but for creating files for writing. llvm-svn: 186679 |