@@ -22,6 +22,7 @@ pub(crate) const LLVM_TARGETS: &[(&str, &str)] = &[
2222 ( "aarch64-pc-windows-msvc" , "aarch64-pc-windows-msvc" ) ,
2323 ( "aarch64-unknown-freebsd" , "aarch64-unknown-freebsd" ) ,
2424 ( "aarch64-unknown-fuchsia" , "aarch64-unknown-fuchsia" ) ,
25+ ( "aarch64-unknown-helenos" , "aarch64-unknown-helenos" ) ,
2526 ( "aarch64-unknown-hermit" , "aarch64-unknown-hermit" ) ,
2627 ( "aarch64-unknown-illumos" , "aarch64-unknown-solaris2.11" ) ,
2728 ( "aarch64-unknown-linux-gnu" , "aarch64-unknown-linux-gnu" ) ,
@@ -123,6 +124,7 @@ pub(crate) const LLVM_TARGETS: &[(&str, &str)] = &[
123124 ( "i686-pc-windows-msvc" , "i686-pc-windows-msvc" ) ,
124125 ( "i686-unknown-freebsd" , "i686-unknown-freebsd" ) ,
125126 ( "i686-unknown-haiku" , "i686-unknown-haiku" ) ,
127+ ( "i686-unknown-helenos" , "i686-unknown-helenos" ) ,
126128 ( "i686-unknown-hurd-gnu" , "i686-unknown-hurd-gnu" ) ,
127129 ( "i686-unknown-linux-gnu" , "i686-unknown-linux-gnu" ) ,
128130 ( "i686-unknown-linux-musl" , "i686-unknown-linux-musl" ) ,
@@ -167,6 +169,7 @@ pub(crate) const LLVM_TARGETS: &[(&str, &str)] = &[
167169 ( "msp430-none-elf" , "msp430-none-elf" ) ,
168170 ( "nvptx64-nvidia-cuda" , "nvptx64-nvidia-cuda" ) ,
169171 ( "powerpc-unknown-freebsd" , "powerpc-unknown-freebsd13.0" ) ,
172+ ( "powerpc-unknown-helenos" , "powerpc-unknown-helenos" ) ,
170173 ( "powerpc-unknown-linux-gnu" , "powerpc-unknown-linux-gnu" ) ,
171174 ( "powerpc-unknown-linux-gnuspe" , "powerpc-unknown-linux-gnuspe" ) ,
172175 ( "powerpc-unknown-linux-musl" , "powerpc-unknown-linux-musl" ) ,
@@ -217,12 +220,14 @@ pub(crate) const LLVM_TARGETS: &[(&str, &str)] = &[
217220 ( "riscv64gc-unknown-none-elf" , "riscv64" ) ,
218221 ( "riscv64gc-unknown-nuttx-elf" , "riscv64" ) ,
219222 ( "riscv64gc-unknown-openbsd" , "riscv64-unknown-openbsd" ) ,
223+ ( "riscv64gc-unknown-redox" , "riscv64-unknown-redox" ) ,
220224 ( "riscv64imac-unknown-none-elf" , "riscv64" ) ,
221225 ( "riscv64imac-unknown-nuttx-elf" , "riscv64" ) ,
222226 ( "s390x-unknown-linux-gnu" , "s390x-unknown-linux-gnu" ) ,
223227 ( "s390x-unknown-linux-musl" , "s390x-unknown-linux-musl" ) ,
224228 ( "sparc-unknown-linux-gnu" , "sparc-unknown-linux-gnu" ) ,
225229 ( "sparc-unknown-none-elf" , "sparc-unknown-none-elf" ) ,
230+ ( "sparc64-unknown-helenos" , "sparc64-unknown-helenos" ) ,
226231 ( "sparc64-unknown-linux-gnu" , "sparc64-unknown-linux-gnu" ) ,
227232 ( "sparc64-unknown-netbsd" , "sparc64-unknown-netbsd" ) ,
228233 ( "sparc64-unknown-openbsd" , "sparc64-unknown-openbsd" ) ,
@@ -283,6 +288,7 @@ pub(crate) const LLVM_TARGETS: &[(&str, &str)] = &[
283288 ( "x86_64-unknown-freebsd" , "x86_64-unknown-freebsd" ) ,
284289 ( "x86_64-unknown-fuchsia" , "x86_64-unknown-fuchsia" ) ,
285290 ( "x86_64-unknown-haiku" , "x86_64-unknown-haiku" ) ,
291+ ( "x86_64-unknown-helenos" , "x86_64-unknown-helenos" ) ,
286292 ( "x86_64-unknown-hermit" , "x86_64-unknown-hermit" ) ,
287293 ( "x86_64-unknown-hurd-gnu" , "x86_64-unknown-hurd-gnu" ) ,
288294 ( "x86_64-unknown-illumos" , "x86_64-pc-solaris" ) ,
0 commit comments