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
The soundness check operates at the expr pass level. Positive tests
don't need LLVM codegen to verify the check doesn't reject valid code.
Stop at "expr" instead of "ir" to avoid hitting a pre-existing LLVM 21
codegen crash in genprim_string_serialise that only manifests in CI
debug builds.
Also reverts the Foo workaround — with expr pass, String iso tests
work correctly.
0 commit comments