From 349325df8e7365bd2a3359b27e8126205482c5a6 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Fri, 19 Jul 2024 01:05:59 -0400 Subject: [PATCH] Update sanity.rs --- src/bootstrap/src/core/sanity.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bootstrap/src/core/sanity.rs b/src/bootstrap/src/core/sanity.rs index 4a1ae795d5c2..1634cd8800bc 100644 --- a/src/bootstrap/src/core/sanity.rs +++ b/src/bootstrap/src/core/sanity.rs @@ -38,7 +38,8 @@ pub struct Finder { // Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap). #[cfg(not(feature = "bootstrap-self-test"))] const STAGE0_MISSING_TARGETS: &[&str] = &[ - "aarch64-unknown-nto-qnx700", // just a dummy comment so the list doesn't get onelined + // just a dummy comment so the list doesn't get onelined + "aarch64-unknown-nto-qnx700", ]; /// Minimum version threshold for libstdc++ required when using prebuilt LLVM