Skip to content

Commit 8ab88d1

Browse files
committed
fix CI failures
1 parent 9b20428 commit 8ab88d1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

compiler/rustc_target/src/spec/targets/hexagon_qurt.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ pub(crate) fn target() -> Target {
1818
:32-i16:16:16-i1:8:8-f32:32:32-f64:64:64-v32\
1919
:32:32-v64:64:64-v512:512:512-v1024:1024:1024-v2048\
2020
:2048:2048"
21-
.into()
2221
.into(),
2322
arch: "hexagon".into(),
2423
options: TargetOptions {

src/bootstrap/src/core/sanity.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ pub struct Finder {
3535
const STAGE0_MISSING_TARGETS: &[&str] = &[
3636
// just a dummy comment so the list doesn't get onelined
3737
"x86_64-unknown-motor",
38+
"hexagon-unknown-qurt",
3839
];
3940

4041
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM

0 commit comments

Comments
 (0)