Skip to content

Commit 1b8dc2d

Browse files
committed
Add dlupdate to ELFNixPlatform
1 parent 17756d4 commit 1b8dc2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ ELFNixPlatform::standardRuntimeUtilityAliases() {
372372
{"__orc_rt_run_program", "__orc_rt_elfnix_run_program"},
373373
{"__orc_rt_jit_dlerror", "__orc_rt_elfnix_jit_dlerror"},
374374
{"__orc_rt_jit_dlopen", "__orc_rt_elfnix_jit_dlopen"},
375+
{"__orc_rt_jit_dlupdate", "__orc_rt_elfnix_jit_dlupdate"},
375376
{"__orc_rt_jit_dlclose", "__orc_rt_elfnix_jit_dlclose"},
376377
{"__orc_rt_jit_dlsym", "__orc_rt_elfnix_jit_dlsym"},
377378
{"__orc_rt_log_error", "__orc_rt_log_error_to_stderr"}};

0 commit comments

Comments
 (0)