From 984e1df77a9e7e22629fc3820dec761dabd3339e Mon Sep 17 00:00:00 2001 From: Ben Langmuir Date: Wed, 19 Mar 2014 20:23:34 +0000 Subject: Add a new spelling for module map files 'module.modulemap' 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, but the new spelling will take precedence. 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. llvm-svn: 204261 --- .../Inputs/ModuleMapLocations/Module_ModuleMap/module.modulemap | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 clang/test/Modules/Inputs/ModuleMapLocations/Module_ModuleMap/module.modulemap (limited to 'clang/test/Modules/Inputs/ModuleMapLocations/Module_ModuleMap/module.modulemap') diff --git a/clang/test/Modules/Inputs/ModuleMapLocations/Module_ModuleMap/module.modulemap b/clang/test/Modules/Inputs/ModuleMapLocations/Module_ModuleMap/module.modulemap new file mode 100644 index 00000000000..2ac7cc52b4f --- /dev/null +++ b/clang/test/Modules/Inputs/ModuleMapLocations/Module_ModuleMap/module.modulemap @@ -0,0 +1,3 @@ +module module_modulemap { + header "a.h" +} -- cgit v1.2.3