You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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