In this patch, the dependency scanner starts collecting precompiled dependencies from all encountered submodules, not only from top-level modules. Reviewed By: dexonsmith Differential Revision: https://reviews.llvm.org/D108540
12 lines
134 B
Plaintext
12 lines
134 B
Plaintext
module ModCommon {
|
|
header "mod_common.h"
|
|
}
|
|
|
|
module ModTU {
|
|
header "mod_tu.h"
|
|
|
|
module ModTUSub {
|
|
header "mod_tu_sub.h"
|
|
}
|
|
}
|