From dbe13110f59f48b4dbb7552b3ac2935acdeece7f Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 14 Apr 2012 14:01:31 +0000 Subject: Vendor import of clang trunk r154661: http://llvm.org/svn/llvm-project/cfe/trunk@r154661 --- .../Inputs/DependsOnModule.framework/module.map | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/Modules/Inputs/DependsOnModule.framework/module.map (limited to 'test/Modules/Inputs/DependsOnModule.framework/module.map') diff --git a/test/Modules/Inputs/DependsOnModule.framework/module.map b/test/Modules/Inputs/DependsOnModule.framework/module.map new file mode 100644 index 000000000000..2a3dd8038bd1 --- /dev/null +++ b/test/Modules/Inputs/DependsOnModule.framework/module.map @@ -0,0 +1,19 @@ +framework module DependsOnModule { + umbrella header "DependsOnModule.h" + header "other.h" + module * { + export * + } + explicit module CXX { + requires cplusplus + header "cxx_other.h" + } + + explicit framework module SubFramework { + umbrella header "SubFramework.h" + + module * { + export * + } + } +} -- cgit v1.3