| commit | 8a308ec24d627e22c29b1e6305c334dc2ba4c4b4 | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Nov 05 00:54:55 2015 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Nov 05 00:54:55 2015 +0000 |
| tree | 9b7de496955ab83aa8fe88800a1c6bb6ec2bb9a0 | |
| parent | 192c74802798a7cead3f5b53d74bed654f82c3d4 [diff] |
[modules] If we're given a module file, via -fmodule-file=, for a module, but we can't load that file due to a configuration mismatch, and implicit module building is disabled, and the user turns off the error-by-default warning for that situation, then fall back to textual inclusion for the module rather than giving an error if any of its headers are included. llvm-svn: 252114