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
[IR] Remove static variables from Type::getWasm_ExternrefTy/getWasm_FuncrefTy.
The were caching pointers to memory owned by LLVMContext and can
outlive the LLVMContext. The LLVMContext already caches pointer types
so we shouldn't need any caching here.
0 commit comments