[lld] [lldb] [llvm] [X86] Add dynamic section support per psABI (PR #206002)

Jessica Clarke via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 27 13:24:56 PDT 2026


================
@@ -1657,6 +1657,7 @@ static void readConfigs(Ctx &ctx, opt::InputArgList &args) {
       args, "keep-text-section-prefix", "nokeep-text-section-prefix", false);
   ctx.arg.zLrodataAfterBss =
       getZFlag(args, "lrodata-after-bss", "nolrodata-after-bss", false);
+  ctx.arg.zMarkPlt = getZFlag(args, "mark-plt", "nomark-plt", false);
----------------
jrtc27 wrote:

checkOptions should presumably ban this for non-x86?

https://github.com/llvm/llvm-project/pull/206002


More information about the llvm-commits mailing list