about summary refs log tree commit diff
path: root/tests/codegen
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-03-02 02:41:42 +0000
committerbors <bors@rust-lang.org>2023-03-02 02:41:42 +0000
commit864b6258fc7b493aec01f980b31ff23901c0edae (patch)
tree325aba19c26653880753015b1229155aa88c1e06 /tests/codegen
parent0b4ba4cf0ed52bb4f1ff9436b9a887fd5f049e6b (diff)
parenta510715749fd85eb23753cd3838647a7a9f9474a (diff)
downloadrust-864b6258fc7b493aec01f980b31ff23901c0edae.tar.gz
rust-864b6258fc7b493aec01f980b31ff23901c0edae.zip
Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubilee
Add support for QNX Neutrino to standard library

This change:

- adds standard library support for QNX Neutrino (7.1).
- upgrades `libc` to version `0.2.139` which supports QNX Neutrino

`@gh-tr`

⚠️ Backtraces on QNX require https://github.com/rust-lang/backtrace-rs/pull/507 which is not yet merged! (But everything else works without these changes) ⚠️

Tested mainly with a x86_64 virtual machine (see qnx-nto.md) and partially with an aarch64 hardware (some tests fail due to constrained resources).
Diffstat (limited to 'tests/codegen')
-rw-r--r--tests/codegen/thread-local.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/codegen/thread-local.rs b/tests/codegen/thread-local.rs
index 0f1b29ca79b..aa7fab7fb17 100644
--- a/tests/codegen/thread-local.rs
+++ b/tests/codegen/thread-local.rs
@@ -4,6 +4,7 @@
 // ignore-wasm globals are used instead of thread locals
 // ignore-emscripten globals are used instead of thread locals
 // ignore-android does not use #[thread_local]
+// ignore-nto does not use #[thread_local]
 
 #![crate_type = "lib"]