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
`SOALayoutChecker::visitBitCastInst()`
`SOALayoutChecker::visitBitCastInst()` assumed we're on typed pointers
and tried to get pointer types, triggering LLVM assert on opaque
pointers.
0 commit comments