summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/PR27739/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/PR27739/module.modulemap')
-rw-r--r--clang/test/Modules/Inputs/PR27739/module.modulemap2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/PR27739/module.modulemap b/clang/test/Modules/Inputs/PR27739/module.modulemap
new file mode 100644
index 00000000000..d611e8079e5
--- /dev/null
+++ b/clang/test/Modules/Inputs/PR27739/module.modulemap
@@ -0,0 +1,2 @@
+module "DataInputHandler.h" { header "DataInputHandler.h" export * }
+module "Types.h" { header "Types.h" export *}
OpenPOWER on IntegriCloud