[llvm-branch-commits] [clang] [llvm] [HLSL][RootSignature] Add Metadata generation of Root Signatures for Attr (PR #125131)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Mar 7 16:19:32 PST 2025
================
@@ -14,10 +14,16 @@
#ifndef LLVM_FRONTEND_HLSL_HLSLROOTSIGNATURE_H
#define LLVM_FRONTEND_HLSL_HLSLROOTSIGNATURE_H
+#include "llvm/ADT/ArrayRef.h"
+#include "llvm/ADT/STLForwardCompat.h"
----------------
joaosaffran wrote:
nit: are those needed?
https://github.com/llvm/llvm-project/pull/125131
More information about the llvm-branch-commits
mailing list