[llvm] [HLSL] Fix Root signature test error (PR #127261)

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 14 14:12:37 PST 2025


================
@@ -155,6 +155,7 @@ analyzeModule(Module &M) {
 
     if (RootElementListNode == nullptr) {
       reportError(Ctx, "Missing Root Element List Metadata node.");
+      continue;
----------------
bogner wrote:

Better to fix this in a separate PR (also are there any tests for this error? I'm surprised they don't crash or otherwise have issues)

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


More information about the llvm-commits mailing list