about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRémy Rakic <remy.rakic+github@gmail.com>2024-04-14 16:35:14 +0000
committerRémy Rakic <remy.rakic+github@gmail.com>2024-04-15 17:23:06 +0000
commit96e7d25891fbac3fb693a6c041b93a98712aba15 (patch)
tree8ed9749dd1dfaccd73ee07d937d25bcd7124c130
parent023084804e5e8ea42877451c2b3030e7050281cc (diff)
downloadrust-96e7d25891fbac3fb693a6c041b93a98712aba15.tar.gz
rust-96e7d25891fbac3fb693a6c041b93a98712aba15.zip
add missing lld directive to compiletest
-rw-r--r--src/tools/compiletest/src/header.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/compiletest/src/header.rs b/src/tools/compiletest/src/header.rs
index f78e0363f55..99597875d0f 100644
--- a/src/tools/compiletest/src/header.rs
+++ b/src/tools/compiletest/src/header.rs
@@ -839,6 +839,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
     "needs-profiler-support",
     "needs-relocation-model-pic",
     "needs-run-enabled",
+    "needs-rust-lld",
     "needs-rust-lldb",
     "needs-sanitizer-address",
     "needs-sanitizer-cfi",