[llvm] [HLSL] Refactoring DXILABI.h to not depend on scope printer (PR #153840)
Chris B via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 15 15:04:02 PDT 2025
================
@@ -161,9 +160,8 @@ MDNode *MetadataBuilder::BuildDescriptorTable(const DescriptorTable &Table) {
MDNode *MetadataBuilder::BuildDescriptorTableClause(
const DescriptorTableClause &Clause) {
IRBuilder<> Builder(Ctx);
- StringRef ResName =
----------------
llvm-beanz wrote:
https://github.com/llvm/llvm-project/blob/b7d6f484c87704fdbe64b081bd77058d9b3cfc03/llvm/include/llvm/Frontend/HLSL/HLSLRootSignature.h#L85
https://github.com/llvm/llvm-project/pull/153840
More information about the llvm-commits
mailing list