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
Fun bug: if I inlined mem.spanZ(mcpu_oz) into the CrossTarget.parse expression I got:
broken LLVM module found: Call parameter type does not match function signature!
%67 = getelementptr inbounds %std.zig.cross_target.ParseOptions, %std.zig.cross_target.ParseOptions* %10, i32 0, i32 1, !dbg !20878
%"?[:0]const u8"* call fastcc void @std.mem.spanZ.176(%"?[]const u8"* sret %67, i8* %68), !dbg !20880
This is a bug in the Zig compiler.
Fun bug: if I inlined
mem.spanZ(mcpu_oz)
into theCrossTarget.parse
expression I got:Originally posted by @daurnimator in #4880
The text was updated successfully, but these errors were encountered: