[PATCH] Allow modules specified by -fmodule-map-file to shadow implicitly found ones

Ben Langmuir via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 18 08:03:26 PST 2015


Hi Richard,

This is an updated patch for allowing -fmodule-map-file to shadow implicitly found modules.  I’ve tried to simplify things by just using the explicitness of the module rather than the original more-general approach.  I’ll make a separate patch for -fmodule-file, which is turning out to be more tricky because we already *silently* shadow any module with the same name when using -fmodule-file.

Ben

-------------- next part --------------
A non-text attachment was scrubbed...
Name: fmodule-map-file-shadow-1.patch
Type: application/octet-stream
Size: 20590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151118/2769b643/attachment-0001.obj>


More information about the cfe-commits mailing list