================
@@ -3037,6 +3037,11 @@ void TextNodeDumper::VisitHLSLBufferDecl(const
HLSLBufferDecl *D) {
dumpName(D);
}
+void TextNodeDumper::VisitHLSLRootSignatureDecl(
+ const HLSLRootSignatureDecl *D) {
+ dumpName(D);
----------------
llvm-beanz wrote:
We should think through how we want to serialize the root signature to text as
part of the AST. It might be nice to have something so that we can test/inspect
it.
https://github.com/llvm/llvm-project/pull/137690
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits