[ORC-RT] Fix typo in 462251b80b.
This commit is contained in:
@@ -369,7 +369,7 @@ ELFNixPlatformRuntimeState::getJITDylibInitializersByName(
|
||||
if (auto Err =
|
||||
WrapperFunction<SPSExpected<SPSELFNixJITDylibInitializerSequence>(
|
||||
SPSString)>::
|
||||
call(JITDispatch(&__orc_rt_elfnix_get_initializers_tag, Result),
|
||||
call(JITDispatch(&__orc_rt_elfnix_get_initializers_tag), Result,
|
||||
Path))
|
||||
return std::move(Err);
|
||||
return Result;
|
||||
|
||||
Reference in New Issue
Block a user