bolt/deps/llvm-18.1.8/clang-tools-extra/test/modularize/Inputs/MissingHeader/module.modulemap

11 lines
133 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
// module.modulemap
module Level1A {
header "Level1A.h"
export *
}
module Missing {
header "Missing.h"
export *
}