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
Special case lowering of the first (sym,lib) argument to cglobal.
Also lower the identifiers `cglobal` and `ccall` to `K"core"`
psuedo-refs very early, ensuring that cglobal and ccall can never be
turned into normal bindings (and thus never be assigned to local or
global variables).
Also fixes handling of ccall/foreigncall (sym,lib) argument.
0 commit comments