From f723e150ecf3beda94a0651aacd6dce7a45f7c53 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 26 Apr 2019 16:24:13 -0400 Subject: [PATCH] Use llvm's linker for x86 builds. --- .cargo/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cargo/config b/.cargo/config index 80801fe901a..20bcd7a651b 100644 --- a/.cargo/config +++ b/.cargo/config @@ -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"