[llvm] [DirectX] adding support to read/write descriptor table data using obj2yaml/yaml2obj (PR #138315)

via llvm-commits llvm-commits at lists.llvm.org
Thu May 22 10:23:37 PDT 2025


================
@@ -95,6 +95,33 @@ DXContainerYAML::RootSignatureYamlDesc::create(
        llvm::to_underlying(dxbc::RootDescriptorFlag::Val)) > 0;
 #include "llvm/BinaryFormat/DXContainerConstants.def"
       }
+    } else if (auto *TDV =
----------------
joaosaffran wrote:

Sorry dyslexia, DTV (Descriptor table view)

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


More information about the llvm-commits mailing list