diff clang/test/Modules/Inputs/missing-header-local-visibility/module.modulemap @ 173:0572611fdcc8 llvm10 llvm12

reorgnization done
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 11:55:54 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/clang/test/Modules/Inputs/missing-header-local-visibility/module.modulemap	Mon May 25 11:55:54 2020 +0900
@@ -0,0 +1,6 @@
+module M {
+  module A { header "a.h" export * }
+  module B { header "b.h" export * }
+  module X { header "x.h" header "missing.h" export * }
+  module All { header "all.h" export * }
+}