Skip to content

Commit d677b1f

Browse files
committed
Refactor
1 parent 89a6822 commit d677b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/orc/dlfcn_wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ __orc_rt_jit_dlopen_wrapper(const char *ArgData, size_t ArgSize) {
4242
.release();
4343
}
4444

45-
ORC_RT_INTERFACE orc_rt_CWrapperFunctionResult
45+
ORC_RT_INTERFACE orc_rt_WrapperFunctionResult
4646
__orc_rt_jit_dlupdate_wrapper(const char *ArgData, size_t ArgSize) {
4747
return WrapperFunction<int32_t(SPSExecutorAddr)>::handle(
4848
ArgData, ArgSize,

0 commit comments

Comments
 (0)