xref: /llvm-project/clang/test/ClangScanDeps/Inputs/modules-pch/module.modulemap (revision 4629554f0b664c94ada7c44fe40855d7a9a39820)
1module ModCommon1 {
2    header "mod_common_1.h"
3}
4
5module ModCommon2 {
6    header "mod_common_2.h"
7}
8
9module ModPCH {
10    header "mod_pch.h"
11}
12
13module ModTU {
14    header "mod_tu.h"
15}
16
17module ModTUWithCommon {
18    header "mod_tu_with_common.h"
19}
20