Richard Smith ec87a50a3e [modules] If we have a choice between including a file textually and importing
a prebuilt form from a module, prefer the modular form, all else being equal.

llvm-svn: 229188
2015-02-13 23:50:20 +00:00

4 lines
86 B
Plaintext

module a { textual header "a.h" }
module b { header "a.h" }
module c { header "a.h" }