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
Remove a workaround for varargs not compiling on WASI.
This PR removes a workaround on WASI where we were avoiding a call to
`withVaList()` because it miscompiled there. That problem was fixed by
swiftlang/swift#84029 and cherry-picked to 6.2.
0 commit comments