From 34c9e160992acf77f873691b3bbfb3e5e07c63d1 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Sun, 13 Mar 2022 22:05:02 +0530 Subject: [PATCH] chore: use lld on aarch64-apple-darwin (#13928) --- .cargo/config | 3 +++ third_party | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.cargo/config b/.cargo/config index ac2b23f814..bb3ca44df7 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,2 +1,5 @@ [target.x86_64-pc-windows-msvc] rustflags = ["-C", "target-feature=+crt-static"] + +[target.aarch64-apple-darwin] +rustflags = ["-C", "link-arg=-fuse-ld=lld"] diff --git a/third_party b/third_party index d245e127cc..05e1859709 160000 --- a/third_party +++ b/third_party @@ -1 +1 @@ -Subproject commit d245e127ccad1bd9312310520b4dbcda1a9a5fe0 +Subproject commit 05e185970960ad6fc5f10f10dfe9ea3568a21bc7