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
Rollup merge of rust-lang#128820 - LYF1999:yf/dev, r=nikic
fix: get llvm type of global val
using `LLVMTypeOf` on a global var always return ptr. so create a new function to access the value type of a global
0 commit comments