Closed
Description
Rust analyzer fails to load on apple silicon with below error
= note: clang: error: invalid linker name in argument '-fuse-ld=lld'
error: aborting due to previous error
on changing the rustflag value in config.toml to ld(apple's version of lld linker) it works
[target.aarch64-apple-darwin]
rustflags = ["-C", "link-arg=-fuse-ld=ld"]
Rustlangs report on this - rust-lang/rust#39915 (comment)
Metadata
Metadata
Assignees
Labels
No labels