================
@@ -2073,6 +2073,8 @@ static void setConfigs(Ctx &ctx, opt::InputArgList &args) 
{
     else
       ctx.arg.sysvHash = ctx.arg.gnuHash = true;
   }
+  if (ctx.arg.emachine == EM_EZH && ctx.arg.discard == DiscardPolicy::Default)
+    ctx.arg.discard = DiscardPolicy::Locals;
----------------
rpasek wrote:

Sorry about that. I removed this entirely. If someone doesn't want the locals I 
think they can just pass --discard-locals to lld directly.

https://github.com/llvm/llvm-project/pull/201498
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to