summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/DependsOnModule.framework
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-11-17 22:09:43 +0000
committerDouglas Gregor <dgregor@apple.com>2011-11-17 22:09:43 +0000
commit755b2055197d2bfa4c4952ac6d292848282f6bf2 (patch)
tree2c554ca882b8e20b39214db2abc37c3f2132306b /clang/test/Modules/Inputs/DependsOnModule.framework
parent0eff3e5c21bd8e8267f0dc0f326e5591279e2661 (diff)
downloadbcm5719-llvm-755b2055197d2bfa4c4952ac6d292848282f6bf2.tar.gz
bcm5719-llvm-755b2055197d2bfa4c4952ac6d292848282f6bf2.zip
Add the notion of "framework" modules to module maps. Framework
modules (obviously) describe frameworks, and understand the header layout of frameworks. llvm-svn: 144921
Diffstat (limited to 'clang/test/Modules/Inputs/DependsOnModule.framework')
-rw-r--r--clang/test/Modules/Inputs/DependsOnModule.framework/Headers/other.h1
-rw-r--r--clang/test/Modules/Inputs/DependsOnModule.framework/module.map4
2 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/DependsOnModule.framework/Headers/other.h b/clang/test/Modules/Inputs/DependsOnModule.framework/Headers/other.h
new file mode 100644
index 00000000000..5ee3f927428
--- /dev/null
+++ b/clang/test/Modules/Inputs/DependsOnModule.framework/Headers/other.h
@@ -0,0 +1 @@
+int depends_on_module_other;
diff --git a/clang/test/Modules/Inputs/DependsOnModule.framework/module.map b/clang/test/Modules/Inputs/DependsOnModule.framework/module.map
new file mode 100644
index 00000000000..99ecac8bccd
--- /dev/null
+++ b/clang/test/Modules/Inputs/DependsOnModule.framework/module.map
@@ -0,0 +1,4 @@
+framework module DependsOnModule {
+ umbrella "DependsOnModule.h"
+ header "other.h"
+}
OpenPOWER on IntegriCloud