mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 00:36:05 +00:00

when we load a module map (module.map) from a directory, also load a private module map (module_private.map) for that directory, if present. That private module map can inject a new submodule that captures private headers. llvm-svn: 146012
7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
explicit module DependsOnModule.Private {
|
|
explicit module DependsOnModule {
|
|
header "DependsOnModulePrivate.h"
|
|
}
|
|
}
|
|
|