[clang] [llvm] [Driver][DirectX] Add `/Qembed_debug` and `/Fd` flags (PR #204166)
Ilia Kuklin via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 19 04:18:41 PDT 2026
================
@@ -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
More information about the cfe-commits
mailing list