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
Call parameter type does not match function signature!
%"S<u8>" undef
%"S<u8>"* call void @"_ZN11S$LT$u8$GT$8drop.78617h8596c9a8a6407b21E"(%"S<u8>" undef)
LLVM ERROR: Broken function found, compilation aborted!
playpen: application terminated with error code 1
The problem seems to be that some part of LLVM does not like the C_undef we generate for zero-sized types. cc @dotdash