================
@@ -3854,6 +3854,25 @@ static void RenderHLSLOptions(const Driver &D, const 
ArgList &Args,
   }
   if (Arg *A = Args.getLastArg(options::OPT_dxc_Zsb))
     A->claim(); // /Zsb is the default behavior, no need to forward it to llc.
+  bool Zi = Args.hasArg(options::OPT_g_Flag);
----------------
kuilpd wrote:

Makes sense, renamed to `HasDebug`.

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

Reply via email to