================ @@ -9735,6 +9726,8 @@ def dxc_no_stdinc : DXCFlag<"hlsl-no-stdinc">, HelpText<"HLSL only. Disables all standard includes containing non-native compiler types and functions.">; def dxc_Fo : DXCJoinedOrSeparate<"Fo">, HelpText<"Output object file">; +def dxc_Fre : DXCJoinedOrSeparate<"Fre">, + HelpText<"Set output file name for reflection files">; ---------------- llvm-beanz wrote:
The indentation is how clang-format handles tablegen, so I think the line I added is correct but much of the nearby code isn't. https://github.com/llvm/llvm-project/pull/181258 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
