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 17756d4 commit 1b8dc2dCopy full SHA for 1b8dc2d
llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp
@@ -372,6 +372,7 @@ ELFNixPlatform::standardRuntimeUtilityAliases() {
372
{"__orc_rt_run_program", "__orc_rt_elfnix_run_program"},
373
{"__orc_rt_jit_dlerror", "__orc_rt_elfnix_jit_dlerror"},
374
{"__orc_rt_jit_dlopen", "__orc_rt_elfnix_jit_dlopen"},
375
+ {"__orc_rt_jit_dlupdate", "__orc_rt_elfnix_jit_dlupdate"},
376
{"__orc_rt_jit_dlclose", "__orc_rt_elfnix_jit_dlclose"},
377
{"__orc_rt_jit_dlsym", "__orc_rt_elfnix_jit_dlsym"},
378
{"__orc_rt_log_error", "__orc_rt_log_error_to_stderr"}};
0 commit comments