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 70fbb42 commit ecf6fe9Copy full SHA for ecf6fe9
src/target/generated.rs
@@ -110,6 +110,7 @@ pub(crate) const LLVM_TARGETS: &[(&str, &str)] = &[
110
("csky-unknown-linux-gnuabiv2hf", "csky-unknown-linux-gnuabiv2"),
111
("hexagon-unknown-linux-musl", "hexagon-unknown-linux-musl"),
112
("hexagon-unknown-none-elf", "hexagon-unknown-none-elf"),
113
+ ("hexagon-unknown-qurt", "hexagon-unknown-elf"),
114
("i386-apple-ios", "i386-apple-ios-simulator"),
115
("i586-pc-windows-msvc", "i586-pc-windows-msvc"),
116
("i586-unknown-linux-gnu", "i586-unknown-linux-gnu"),
0 commit comments