Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8ca9b8d

Browse files
committedMar 2, 2024
Remove underscore from QNX target file name
For consistency with the other QNX targets and the actual target names.
1 parent e612d07 commit 8ca9b8d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎compiler/rustc_target/src/spec/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,7 @@ supported_targets! {
16741674

16751675
("mips64-openwrt-linux-musl", mips64_openwrt_linux_musl),
16761676

1677-
("aarch64-unknown-nto-qnx710", aarch64_unknown_nto_qnx_710),
1677+
("aarch64-unknown-nto-qnx710", aarch64_unknown_nto_qnx710),
16781678
("x86_64-pc-nto-qnx710", x86_64_pc_nto_qnx710),
16791679
("i586-pc-nto-qnx700", i586_pc_nto_qnx700),
16801680

‎tests/assembly/targets/targets-elf.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
//@ revisions: aarch64_unknown_none_softfloat
5555
//@ [aarch64_unknown_none_softfloat] compile-flags: --target aarch64-unknown-none-softfloat
5656
//@ [aarch64_unknown_none_softfloat] needs-llvm-components: aarch64
57-
//@ revisions: aarch64_unknown_nto_qnx_710
58-
//@ [aarch64_unknown_nto_qnx_710] compile-flags: --target aarch64-unknown-nto-qnx710
59-
//@ [aarch64_unknown_nto_qnx_710] needs-llvm-components: aarch64
57+
//@ revisions: aarch64_unknown_nto_qnx710
58+
//@ [aarch64_unknown_nto_qnx710] compile-flags: --target aarch64-unknown-nto-qnx710
59+
//@ [aarch64_unknown_nto_qnx710] needs-llvm-components: aarch64
6060
//@ revisions: aarch64_unknown_openbsd
6161
//@ [aarch64_unknown_openbsd] compile-flags: --target aarch64-unknown-openbsd
6262
//@ [aarch64_unknown_openbsd] needs-llvm-components: aarch64

0 commit comments

Comments
 (0)
Please sign in to comment.