llvm-project/clang/test/Modules/Inputs/modular_maps
Richard Smith 9acb99e342 Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra.
Original commit message:

[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1.

For files named by -fmodule-map-file=, and files found by 'extern module'
directives, this flag specifies that we should resolve filenames relative to
the current working directory rather than relative to the directory in which
the module map file resides. This is aimed at fixing path handling, in
particular for relative -I paths, when building modules that represent
components of the current project (rather than libraries installed on the
current system, which the current project has as dependencies, where we'd
typically expect the module map files to be looked up implicitly).

llvm-svn: 223913
2014-12-10 03:09:48 +00:00
..
a.h
b.h
c.h PR21215: Support -fmodule-map-file being specified multiple times. Support 2014-10-17 01:42:53 +00:00
common.h PR21215: Support -fmodule-map-file being specified multiple times. Support 2014-10-17 01:42:53 +00:00
modulea-cwd.map Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra. 2014-12-10 03:09:48 +00:00
modulea.map Revert "Modules: Make missing headers in a module.map a warning not an error." 2013-12-16 14:57:22 +00:00
moduleb.map Allow a header to be part of multiple modules. 2013-10-22 08:09:47 +00:00
modulec-cwd.map Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra. 2014-12-10 03:09:48 +00:00
modulec.map PR21215: Support -fmodule-map-file being specified multiple times. Support 2014-10-17 01:42:53 +00:00