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
For the runtime support for -fvisibility=hidden, we also need to mark all functions with call gates as __attribute__((visibility("default"))) because their call gate wrappers are defined in the call gate DSO.
The text was updated successfully, but these errors were encountered:
-fvisibility=hidden
#435.For the runtime support for
-fvisibility=hidden
, we also need to mark all functions with call gates as__attribute__((visibility("default")))
because their call gate wrappers are defined in the call gate DSO.The text was updated successfully, but these errors were encountered: