[clang] [llvm] [HLSL][RootSignature] Add parsing of Register in params for RootDescriptors (PR #140148)
Justin Bogner via llvm-commits
llvm-commits at lists.llvm.org
Thu May 22 09:55:35 PDT 2025
================
@@ -346,9 +346,9 @@ TEST_F(ParseHLSLRootSignatureTest, ValidParseRootFlagsTest) {
TEST_F(ParseHLSLRootSignatureTest, ValidParseRootDescriptorsTest) {
const llvm::StringLiteral Source = R"cc(
- CBV(),
- SRV(),
- UAV()
----------------
bogner wrote:
Do we have a test somewhere that we error/reject empty for these now that the required parameters are wired up?
https://github.com/llvm/llvm-project/pull/140148
More information about the llvm-commits
mailing list