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
because wasi-libc's `stdint.h` is highjacked by libcxx's `stdint.h`
tries to load the next `stdint.h` and it results in loading whole `std` C++
standard library. However, loading whole std during building Swift
stdlib through SwiftShims causes cyclic reference among Swift stdlib
types and libc.
0 commit comments