================
@@ -9666,6 +9665,18 @@ def dxc_Zss : DXCFlag<"Zss">,
HelpText<"Compute Shader Hash considering source information">;
def dxc_Zsb : DXCFlag<"Zsb">,
HelpText<"Compute Shader Hash considering only output binary">;
+def dxc_Fd
+ : DXCJoinedOrSeparate<"Fd">,
+ HelpText<"Write debug information to the given file, or automatically "
+ "named file in directory when ending in '/'">;
----------------
bogner wrote:
Can we put this before the dxc_Z options, with the other dxc_F options?
OTOH /Fd is a valid flag for `cl.exe` - it's just ignored now. We could
consider implementing it more generally. Maybe that's best left as a follow up
though.
https://github.com/llvm/llvm-project/pull/204166
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits