[clang] [HLSL] Add the `Frs` `DXC` driver option (PR #157690)

Finn Plummer via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 9 08:48:45 PDT 2025


================
@@ -0,0 +1,10 @@
+// RUN: %clang_dxc -T cs_6_0 /Fo %t.dxo /Frs %t.rs.dxo -### %s 2>&1 | FileCheck %s
+
+// Test to demonstrate that extracting the root signature to the specified
----------------
inbelic wrote:

```suggestion
// Test to demonstrate extracting the root signature to the specified
```

https://github.com/llvm/llvm-project/pull/157690


More information about the cfe-commits mailing list