summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/include-relative
Commit message (Collapse)AuthorAgeFilesLines
* If a module map is found in a relative -I path, convert the filenames within itRichard Smith2014-03-112-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
OpenPOWER on IntegriCloud