Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If a module map is found in a relative -I path, convert the filenames within it | Richard Smith | 2014-03-11 | 2 | -0/+2 |
to absolute paths when building the includes file for the module. Without this, the module build would fail, because the relative paths we were using are not necessarily relative to a directory in our include path. llvm-svn: 203528 |