зеркало из https://github.com/dotnet/llilc.git
Merge pull request #453 from AndyAyersMS/NoSymbolSearch
Disable symbol searching.
This commit is contained in:
Коммит
5e9e22859e
|
@ -198,6 +198,8 @@ CorJitResult LLILCJit::compileMethod(ICorJitInfo *JitInfo,
|
|||
return CORJIT_INTERNALERROR;
|
||||
}
|
||||
|
||||
// Don't allow the EE to search for external symbols.
|
||||
NewEngine->DisableSymbolSearching();
|
||||
Context.EE = NewEngine;
|
||||
|
||||
// Now jit the method.
|
||||
|
|
Загрузка…
Ссылка в новой задаче