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 libc build with cargo's build-std fails due to:
2020-10-27T12:22:33.1169362Z LLVM ERROR: unable to allocate function return #6
2020-10-27T12:22:33.1212572Z error: could not compile `compiler_builtins`
I recently updated compiler_builtins to 0.1.36 (rust-lang/rust#78209) on rust-lang/rust and turned out that's the cause.
We can reproduce the failure with cargo build -Z build-std=core,alloc -vv --target sparc-unknown-linux-gnu on this repo as well.