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
This change adds `llvm-ranlib` to the list of components installed into
the OSS toolchains for macOS and Linux. The `llvm-ranlib` tool is
required for WebAssembly builds because system `ranlib` usually cannot
recognize Wasm object format. `llvm-ranlib` is just a symlink to
`llvm-ar`, so extra space is not a concern.
0 commit comments