[llvm] [DirectX][ObjectYAML] Add ILDB program part support (PR #189685)

Vladislav Dzhidzhoev via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 29 06:23:05 PDT 2026


================
@@ -89,10 +92,10 @@ dumpDXContainer(MemoryBufferRef Source) {
         break;
       if (const auto *P =
               std::get_if<dxbc::PSV::v0::RuntimeInfo>(&PSVInfo->getInfo())) {
-        if (!Container.getDXIL())
+        if (!Container.getDXIL(false))
----------------
dzhidzhoev wrote:

Thank you! Fixed that.

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


More information about the llvm-commits mailing list