Introduce inferred framework modules into the module map file,allowing a module map to be placed one level above the '.framework'directories to specify that all .frameworks within that directory ca
Introduce inferred framework modules into the module map file,allowing a module map to be placed one level above the '.framework'directories to specify that all .frameworks within that directory canbe inferred as framework modules. One can also specifically excludeframeworks known not to work.This makes explicit (and more restricted) behavior modules have had"forever", where *any* .framework was assumed to be able to be builtas a module. That's not necessarily true, so we white-list directories(with exclusions) when those directories have been audited.llvm-svn: 167482
show more ...