-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
As highlighted in #60, opencl-clang dlopen() itself to get some symbol addresses via dlsym(). Can this be avoided? Why we can't get address at compile/linkage time?
dlopen() is called here:
Line 170 in 325cbb5
void *handle = dlopen(lib, RTLD_NOW); |
Library name to load is set here:
Line 147 in 325cbb5
add_definitions( -DLIBCOMMON_CLANG_NAME="lib${COMMON_CLANG_LIBRARY_NAME}.so") |
Metadata
Metadata
Assignees
Labels
No labels