Use rust-lld for Windows on arm64 (#66360)

Test Plan: Built with Windows on arm64
This commit is contained in:
Will Binns-Smith 2024-05-31 16:00:01 -07:00 committed by GitHub
parent fe6ca5e216
commit 2de828e139
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,9 @@ rustflags = ["-C", "target-feature=+crt-static"]
[target.i686-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
[target.aarch64-pc-windows-msvc]
linker = "rust-lld"
[target.aarch64-apple-darwin]
linker = "rust-lld"