From 9a8ec48fa78b8e684fc191ea792287559dfa45b6 Mon Sep 17 00:00:00 2001 From: Winter Date: Sat, 16 Oct 2021 15:50:18 -0400 Subject: [PATCH] Add aarch64-apple-darwin to list of platforms with CI LLVM --- src/bootstrap/config.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bootstrap/config.rs b/src/bootstrap/config.rs index e658d958d0a26..28ba1235b0a90 100644 --- a/src/bootstrap/config.rs +++ b/src/bootstrap/config.rs @@ -770,6 +770,7 @@ impl Config { // FIXME: this is duplicated in bootstrap.py let supported_platforms = [ "aarch64-unknown-linux-gnu", + "aarch64-apple-darwin", "i686-pc-windows-gnu", "i686-pc-windows-msvc", "i686-unknown-linux-gnu",