Use lld-link for windows arm64.

This commit is contained in:
Josh Matthews 2019-05-28 09:43:01 -04:00
parent 098d08d9cc
commit e48ae772df

View file

@ -27,3 +27,6 @@ linker = "lld-link.exe"
[target.i686-pc-windows-msvc]
linker = "lld-link.exe"
[target.aarch64-pc-windows-msvc]
linker = "lld-link.exe"