diff options
| author | Douglas Gregor <dgregor@apple.com> | 2011-12-05 22:27:44 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2011-12-05 22:27:44 +0000 |
| commit | 734410916a6d83c70dffcecae1686a15f8a50d71 (patch) | |
| tree | e9a9a5bb8f2c3e95032bf5535d942826848225ad /clang/test/Modules/Inputs/DependsOnModule.framework | |
| parent | b8c719ccc6af14b1ba4d19f406a20e0b2b87bf88 (diff) | |
| download | bcm5719-llvm-734410916a6d83c70dffcecae1686a15f8a50d71.tar.gz bcm5719-llvm-734410916a6d83c70dffcecae1686a15f8a50d71.zip | |
Parse inferred submodules in module maps, track their contents in
Module, and (de-)serialize this information. Semantics of inferred
submodules to follow.
llvm-svn: 145864
Diffstat (limited to 'clang/test/Modules/Inputs/DependsOnModule.framework')
| -rw-r--r-- | clang/test/Modules/Inputs/DependsOnModule.framework/module.map | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/DependsOnModule.framework/module.map b/clang/test/Modules/Inputs/DependsOnModule.framework/module.map index 99ecac8bccd..d4c2a670617 100644 --- a/clang/test/Modules/Inputs/DependsOnModule.framework/module.map +++ b/clang/test/Modules/Inputs/DependsOnModule.framework/module.map @@ -1,4 +1,7 @@ framework module DependsOnModule { umbrella "DependsOnModule.h" header "other.h" + module * { + export * + } } |

