[llvm-branch-commits] [clang] [llvm] [HLSL] Update Frontend to support version 1.2 of root signature (PR #160616)

Finn Plummer via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Sep 24 17:50:21 PDT 2025


================
@@ -266,7 +266,8 @@ TEST(HLSLRootSignatureTest, DefaultStaticSamplerDump) {
                          "minLOD = 0.000000e+00, "
                          "maxLOD = 3.402823e+38, "
                          "space = 0, "
-                         "visibility = All"
+                         "visibility = All, "
+                         "flags = 0x0"
----------------
inbelic wrote:

These flags should be output with their named values (and `None` instead of `0`) to match the behaviour of the other flag types

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


More information about the llvm-branch-commits mailing list