forked from OSchip/llvm-project
parent
bc91d7e25a
commit
f24d9c9158
|
@ -1180,7 +1180,8 @@ CompilerInstance::loadModule(SourceLocation ImportLoc,
|
|||
return ModuleLoadResult();
|
||||
}
|
||||
|
||||
std::string ModuleFileName = PP->getHeaderSearchInfo().getModuleFileName(Module);
|
||||
std::string ModuleFileName =
|
||||
PP->getHeaderSearchInfo().getModuleFileName(Module);
|
||||
|
||||
// If we don't already have an ASTReader, create one now.
|
||||
if (!ModuleManager)
|
||||
|
|
Loading…
Reference in New Issue