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
Arm64 macOS is not yet supported: #1248 In any case I recommend putting llvm first in the codegen-backends array. This avoid rustc itself and the standard library getting compiled by cg_clif. As cg_clif barely does any optimizations the resulting rustc is very slow. Eg building the standard library takes almost 7min compared to the 40s which an LLVM compiled rustc takes for that. This also avoids this particular error as LLVM would compile the 128bit atomic functions in the standard library and almost nobody actually uses 128bit atomics due to them still being unstable. You would still hit the other issues in the linked issue though.
Thank you for your response. This explain the strange errors I used to have. I keep trying cg_cliff from time to time to check for improved compilation time. Closing this issue.
I am not sure If I should open this issue here.
Adding cranelift backend to config and building the stage2 compiler fails.
Here is the error:
The text was updated successfully, but these errors were encountered: