Closed
Description
Here libigdfcl.so will dlopen("libcommon_clang.so"). Will it make sense to link against it instead?
That's probably can be reformulated as: does usage scenario exists when libigdfcl.so don't need libcommon_clang.so to work? If such case don't exist, this can vote towards linking against this library on Linux since:
- This will make dependency explicit and simplify diagnostic in case of missing dependency
- This will simplify the code since we will avoid the code to load/unload library, fetch symbols, check for non-null handle
Metadata
Metadata
Assignees
Labels
No labels