]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #54290 - michaelwoerister:aarch64-back-to-msvc, r=alexcrichton
authorkennytm <kennytm@gmail.com>
Thu, 20 Sep 2018 13:36:25 +0000 (21:36 +0800)
committerGitHub <noreply@github.com>
Thu, 20 Sep 2018 13:36:25 +0000 (21:36 +0800)
commitea6cfe32af51c81e1a7e352c43e8d405b07598c5
treec97517fb421d4a0ae622b258c08b22547b4d5894
parent9c2dfb4aa67f39c56b22e55cb97794349e3d9ccf
parent73b3c28a164a03236d2953b2d45770cc049fa7c5
Rollup merge of #54290 - michaelwoerister:aarch64-back-to-msvc, r=alexcrichton

Switch linker for aarch64-pc-windows-msvc from LLD to MSVC

The MSVC linker does not seem to have the same problems with Rust symbols that LLD currently has on Windows (see https://github.com/rust-lang/rust/issues/54190#issuecomment-421288625). This PR makes MSVC the default linker for `aarch64-pc-windows-msvc`.

r? @alexcrichton