[clang] [llvm] [HLSL][RootSignature] Implement parsing of a DescriptorTable with empty clauses (PR #133302)
Justin Bogner via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 27 14:57:02 PDT 2025
================
@@ -0,0 +1,110 @@
+//===--- ParseHLSLRootSignature.h -------------------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// This file defines the ParseHLSLRootSignature interface.
----------------
bogner wrote:
The interface is called "RootSignatureParser", not "ParseHLSLRootSignature"
https://github.com/llvm/llvm-project/pull/133302
More information about the llvm-commits
mailing list