forked from OSchip/llvm-project
parent
9ec26f395b
commit
9ef61a7ca7
|
@ -511,7 +511,7 @@ const FileEntry *HeaderSearch::LookupFile(
|
|||
// Preload all explicitly specified module map files. This enables modules
|
||||
// map files lying in a directory structure separate from the header files
|
||||
// that they describe. These cannot be loaded lazily upon encountering a
|
||||
// header file, as there is no other knwon mapping from a header file to its
|
||||
// header file, as there is no other known mapping from a header file to its
|
||||
// module map file.
|
||||
for (llvm::SetVector<std::string>::iterator
|
||||
I = HSOpts->ModuleMapFiles.begin(),
|
||||
|
|
Loading…
Reference in New Issue