Implement basic support for private headers in frameworks. In essence,when we load a module map (module.map) from a directory, also load aprivate module map (module_private.map) for that directory,
Implement basic support for private headers in frameworks. In essence,when we load a module map (module.map) from a directory, also load aprivate module map (module_private.map) for that directory, ifpresent. That private module map can inject a new submodule thatcaptures private headers.llvm-svn: 146012
show more ...