summaryrefslogtreecommitdiffstats
path: root/tests/ui/thread-local/tls.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/thread-local/tls.rs')
-rw-r--r--tests/ui/thread-local/tls.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/thread-local/tls.rs b/tests/ui/thread-local/tls.rs
index fbd341388..f03bd3f99 100644
--- a/tests/ui/thread-local/tls.rs
+++ b/tests/ui/thread-local/tls.rs
@@ -1,6 +1,7 @@
// run-pass
// ignore-emscripten no threads support
// compile-flags: -O
+// ignore-nto Doesn't work without emulated TLS enabled (in LLVM)
#![feature(thread_local)]