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
Fix unexported symbol check for library symbols exported with EXPORTED_FUNCTIONS (#24091)
This bug meant that library symbol exported via `EXPORTED_FUNCTIONS`
were incorrectly being reported as not exported using
unexportedRuntimeSymbol
See #24086
0 commit comments