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
hal_mmd: remove support for dynamically loading custom non-MMD libraries
When a dynamically loaded MMD library did not export the MMD API,
tested by the absense of aocl_mmd_get_offline_info(), the runtime
would reload the library into the global lookup scope, with the
intention of providing the symbols to another, actual MMD library.
Since this feature was never documented or used in a reference BSP,
it should be safe to remove and avoid polluting the global scope.
As an alternative, an MMD library requiring additional symbols could
dynamically link with the corresponding shared library at build time.
Signed-off-by: Peter Colberg <[email protected]>
0 commit comments