You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
e7ab36693b
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"
|
|
}
|
|
}
|
|
|