We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b20428 commit 8ab88d1Copy full SHA for 8ab88d1
compiler/rustc_target/src/spec/targets/hexagon_qurt.rs
@@ -18,7 +18,6 @@ pub(crate) fn target() -> Target {
18
:32-i16:16:16-i1:8:8-f32:32:32-f64:64:64-v32\
19
:32:32-v64:64:64-v512:512:512-v1024:1024:1024-v2048\
20
:2048:2048"
21
- .into()
22
.into(),
23
arch: "hexagon".into(),
24
options: TargetOptions {
src/bootstrap/src/core/sanity.rs
@@ -35,6 +35,7 @@ pub struct Finder {
35
const STAGE0_MISSING_TARGETS: &[&str] = &[
36
// just a dummy comment so the list doesn't get onelined
37
"x86_64-unknown-motor",
38
+ "hexagon-unknown-qurt",
39
];
40
41
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM
0 commit comments