From e134a435589875c23ac39403c71b99e56dbaa6ce Mon Sep 17 00:00:00 2001 From: kettenis Date: Mon, 19 Feb 2024 14:05:01 +0000 Subject: [PATCH] Remove "noretpolineplt" from the list of known -z flags. Missed in the previous commit. ok guenther@ --- gnu/llvm/lld/ELF/Driver.cpp | 1 - 1 file changed, 1 deletion(-) 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", -- 2.20.1