bolt/deps/llvm-18.1.8/clang/test/ClangScanDeps/Inputs/modules-pch/module.modulemap
2025-02-14 19:21:04 +01:00

19 lines
245 B
Text

module ModCommon1 {
header "mod_common_1.h"
}
module ModCommon2 {
header "mod_common_2.h"
}
module ModPCH {
header "mod_pch.h"
}
module ModTU {
header "mod_tu.h"
}
module ModTUWithCommon {
header "mod_tu_with_common.h"
}