We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462251b commit 9b67c99Copy full SHA for 9b67c99
compiler-rt/lib/orc/elfnix_platform.cpp
@@ -369,7 +369,7 @@ ELFNixPlatformRuntimeState::getJITDylibInitializersByName(
369
if (auto Err =
370
WrapperFunction<SPSExpected<SPSELFNixJITDylibInitializerSequence>(
371
SPSString)>::
372
- call(JITDispatch(&__orc_rt_elfnix_get_initializers_tag, Result),
+ call(JITDispatch(&__orc_rt_elfnix_get_initializers_tag), Result,
373
Path))
374
return std::move(Err);
375
return Result;
0 commit comments