mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
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:
commit
630cf2745b
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue