Richard Smith 7f330cdb31 Make module files passed to a module build via -fmodule-file= available to
consumers of that module.

Previously, such a file would only be available if the module happened to
actually import something from that module.

llvm-svn: 232583
2015-03-18 01:42:29 +00:00

5 lines
122 B
Plaintext

module a { header "a.h" }
module b { header "b.h" export * }
module c { header "c.h" export * }
module d { header "d.h" }