Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize test/Modules: | Richard Smith | 2015-01-22 | 1 | -18/+0 |
| | | | | | | | * Put all input files under Inputs/, move corresponding tests into test/Modules. * Rename a modulemap test file to [...].modulemap, and teach lit that such files are tests. llvm-svn: 226875 | ||||
* | [modules] When constructing paths relative to a module, strip out /./ directory | Richard Smith | 2014-12-11 | 1 | -0/+18 |
components. These sometimes get synthetically added, and we don't want -Ifoo and -I./foo to be treated fundamentally differently here. llvm-svn: 224055 |