Auto merge of #23275 - servo:jdm-patch-37, r=Manishearth

Use llvm's linker for x86 builds.

This is a follow up to #23256 and #23211.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23275)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-04-26 20:22:54 -04:00 committed by GitHub
commit 630cf2745b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,3 +24,6 @@ ar = "aarch64-linux-gnu-ar"
[target.x86_64-pc-windows-msvc]
linker = "lld-link.exe"
[target.i686-pc-windows-msvc]
linker = "lld-link.exe"