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
GNU ar doesn't support Wasm and different major versions of llvm-ar tend not to be compatible.
The text was updated successfully, but these errors were encountered:
Centril
added
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
labels
Feb 23, 2019
Include llvm-ar with llvm-tools component
Adds the `llvm-ar` tool to the `llvm-tools` component. This is useful for [building and linking native code](https://doc.rust-lang.org/cargo/reference/build-scripts.html#case-study-building-some-native-code) in cargo build scripts without needing to use the platform specific `ar`. According to rust-lang#58663 it is also useful for WASM.
`llvm-ar` is very small (~82KB), so it does not significantly increase the size of the `llvm-tools` component.
Fixesrust-lang#58663
GNU
ar
doesn't support Wasm and different major versions ofllvm-ar
tend not to be compatible.The text was updated successfully, but these errors were encountered: