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
When settings llvm-libunwind = true the "native" build works just fine, but all cross targets ends up using the host compiler and not the target one for building llvm-libunwind.
I guess we probably should set CC and friends in the libstd build environment so that the cc crates picks the right configured one?