summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2024-02-19 14:05:02 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2024-02-19 14:05:02 +0000
commit150e00285b3308e6f1485955f37c9931b48ea0ca (patch)
tree751045148acdbd7fd0f11208402f4f9db49210b5 /gnu
parentbab422f51995947fd64bbbe11e2820b246433b64 (diff)
Remove "noretpolineplt" from the list of known -z flags. Missed in the
previous commit. ok guenther@
Diffstat (limited to 'gnu')
-rw-r--r--gnu/llvm/lld/ELF/Driver.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/llvm/lld/ELF/Driver.cpp b/gnu/llvm/lld/ELF/Driver.cpp
index dcaea265afb..eae1a4cc3eb 100644
--- a/gnu/llvm/lld/ELF/Driver.cpp
+++ b/gnu/llvm/lld/ELF/Driver.cpp
@@ -510,7 +510,6 @@ constexpr const char *knownZFlags[] = {
"nokeep-text-section-prefix",
"nopack-relative-relocs",
"norelro",
- "noretpolineplt",
"noseparate-code",
"nostart-stop-gc",
"notext",