]> git.lizzy.rs Git - rust.git/commitdiff
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)
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


Trivial merge