diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2024-02-19 14:05:02 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2024-02-19 14:05:02 +0000 |
commit | 150e00285b3308e6f1485955f37c9931b48ea0ca (patch) | |
tree | 751045148acdbd7fd0f11208402f4f9db49210b5 /gnu | |
parent | bab422f51995947fd64bbbe11e2820b246433b64 (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.cpp | 1 |
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", |