summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/module.map
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/module.map')
-rw-r--r--clang/test/Modules/Inputs/module.map6
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/module.map b/clang/test/Modules/Inputs/module.map
index c0fe6c557f2..4cb3e8a0280 100644
--- a/clang/test/Modules/Inputs/module.map
+++ b/clang/test/Modules/Inputs/module.map
@@ -347,6 +347,12 @@ module DebugObjC {
header "DebugObjC.h"
}
+module DebugObjCImport {
+ module SubModule {
+ header "DebugObjCImport.h"
+ }
+}
+
module ImportNameInDir {
header "ImportNameInDir.h"
export *
OpenPOWER on IntegriCloud