================
@@ -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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits