Skip to content

Commit

Permalink
Update sanity.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Jul 20, 2024
1 parent 7cd4639 commit 349325d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bootstrap/src/core/sanity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 349325d

Please # to comment.