If a module map is found in a relative -I path, convert the filenames within itto absolute paths when building the includes file for the module. Without this,the module build would fail, because th
If a module map is found in a relative -I path, convert the filenames within itto 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 notnecessarily relative to a directory in our include path.llvm-svn: 203528
show more ...