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 original code unconditionally used llvm-ar with Clang, causing build
failures on macOS where Apple Clang doesn't provide llvm-ar.
When LTO is enabled with Clang, llvm-ar is required to handle LLVM
bitcode in object files. System ar on Linux cannot process LLVM bitcode,
leading to link-time failures when creating static libraries like
'softfloat.a'.
0 commit comments