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 89a6822 commit d677b1fCopy full SHA for d677b1f
compiler-rt/lib/orc/dlfcn_wrapper.cpp
@@ -42,7 +42,7 @@ __orc_rt_jit_dlopen_wrapper(const char *ArgData, size_t ArgSize) {
42
.release();
43
}
44
45
-ORC_RT_INTERFACE orc_rt_CWrapperFunctionResult
+ORC_RT_INTERFACE orc_rt_WrapperFunctionResult
46
__orc_rt_jit_dlupdate_wrapper(const char *ArgData, size_t ArgSize) {
47
return WrapperFunction<int32_t(SPSExecutorAddr)>::handle(
48
ArgData, ArgSize,
0 commit comments