[llvm-branch-commits] [clang] [llvm] [HLSL][RootSignature] Add parsing infastructure for StaticSampler (PR #140180)

Sarah Spall via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat May 17 14:05:23 PDT 2025


================
@@ -223,6 +223,34 @@ TEST_F(ParseHLSLRootSignatureTest, ValidParseDTClausesTest) {
   ASSERT_TRUE(Consumer->isSatisfied());
 }
 
+TEST_F(ParseHLSLRootSignatureTest, ValidParseStaticSamplerTest) {
----------------
spall wrote:

Should you add a test where the parsing is unsuccessful? 

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


More information about the llvm-branch-commits mailing list