forked from OSchip/llvm-project
parent
1e5d7c6e82
commit
dc0a05df55
|
@ -63,7 +63,7 @@ namespace llvmc {
|
|||
}
|
||||
|
||||
int PluginLoader::RunInitialization(LanguageMap& langMap,
|
||||
CompilationGraph& graph) const
|
||||
CompilationGraph& graph) const
|
||||
{
|
||||
llvm::sys::SmartScopedLock<true> Lock(*PluginMutex);
|
||||
for (PluginList::iterator B = Plugins.begin(), E = Plugins.end();
|
||||
|
|
Loading…
Reference in New Issue