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
Currently, -fvisibility=hidden causes module initializer symbols to be hidden. There is no way to tell GCC to export these symbols as __attribute__ is not allowed near the export module line.