Add a new spelling for module map files 'module.modulemap'
Ben Langmuir
blangmuir at apple.com
Mon Mar 17 10:40:40 PDT 2014
This name, while more verbose, plays more nicely with tools that use
file extensions to determine file types. The existing spelling
'module.map' will continue to work, and at least for now will take
precedence if both files exist within a directory. In a future patch, I
intend to add a warning for when both files could be found.
In frameworks, this new filename will only go in a new 'Modules'
sub-directory.
Similarly, add a module.private.modulemap corresponding to
module_private.map.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: modulemap.patch
Type: application/octet-stream
Size: 19855 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140317/7474f266/attachment.obj>
More information about the cfe-commits
mailing list