[clang] [Metal][HLSL] Add support for dumping reflection (PR #181258)

Chris B via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 13 10:30:15 PST 2026


================
@@ -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


More information about the cfe-commits mailing list