Add a new spelling for module map files 'module.modulemap'This name, while more verbose, plays more nicely with tools that usefile extensions to determine file types. The existing spelling'module
Add a new spelling for module map files 'module.modulemap'This name, while more verbose, plays more nicely with tools that usefile extensions to determine file types. The existing spelling'module.map' will continue to work, but the new spelling will takeprecedence.In frameworks, this new filename will only go in a new 'Modules'sub-directory.Similarly, add a module.private.modulemap corresponding tomodule_private.map.llvm-svn: 204261
show more ...