Skip to content

Commit 9b67c99

Browse files
committed
[ORC-RT] Fix typo in 462251b.
1 parent 462251b commit 9b67c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/orc/elfnix_platform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ ELFNixPlatformRuntimeState::getJITDylibInitializersByName(
369369
if (auto Err =
370370
WrapperFunction<SPSExpected<SPSELFNixJITDylibInitializerSequence>(
371371
SPSString)>::
372-
call(JITDispatch(&__orc_rt_elfnix_get_initializers_tag, Result),
372+
call(JITDispatch(&__orc_rt_elfnix_get_initializers_tag), Result,
373373
Path))
374374
return std::move(Err);
375375
return Result;

0 commit comments

Comments
 (0)