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.map16
1 files changed, 16 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/module.map b/clang/test/Modules/Inputs/module.map
index 2beb942861a..dcb60bea851 100644
--- a/clang/test/Modules/Inputs/module.map
+++ b/clang/test/Modules/Inputs/module.map
@@ -265,6 +265,22 @@ module diag_pragma {
header "diag_pragma.h"
}
+module pragma_pack_set {
+ header "pragma_pack_set.h"
+}
+
+module pragma_pack_push {
+ header "pragma_pack_push.h"
+}
+
+module pragma_pack_empty {
+ header "empty.h"
+}
+
+module pragma_pack_reset_push {
+ header "pragma_pack_reset_push.h"
+}
+
module dummy {
header "dummy.h"
}
OpenPOWER on IntegriCloud