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.map11
1 files changed, 11 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/module.map b/clang/test/Modules/Inputs/module.map
index ffaa53e18e2..904c65c2dbf 100644
--- a/clang/test/Modules/Inputs/module.map
+++ b/clang/test/Modules/Inputs/module.map
@@ -336,3 +336,14 @@ module ImportNameInDir {
header "ImportNameInDir.h"
export *
}
+
+module RequiresWithMissingHeader {
+ module HeaderBefore {
+ header "RequiresWithMissingHeader-Missing1.h"
+ requires missing
+ }
+ module HeaderAfter {
+ requires missing
+ header "RequiresWithMissingHeader-Missing2.h"
+ }
+}
OpenPOWER on IntegriCloud