[all-commits] [llvm/llvm-project] d89537: [DirectX] Fix `--dx-embed-debug` flag dependency (...

Ilia Kuklin via All-commits all-commits at lists.llvm.org
Sat Jul 18 12:06:51 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d89537dd93f6fba07864e3583e11996c91a794b8
      https://github.com/llvm/llvm-project/commit/d89537dd93f6fba07864e3583e11996c91a794b8
  Author: Ilia Kuklin <ikuklin at accesssoftek.com>
  Date:   2026-07-19 (Sun, 19 Jul 2026)

  Changed paths:
    M llvm/lib/Target/DirectX/DXContainerGlobals.cpp
    M llvm/lib/Target/DirectX/DXILWriter/DXILWriterPass.cpp

  Log Message:
  -----------
  [DirectX] Fix `--dx-embed-debug` flag dependency (#210513)

This patch moves the definition of `cl::opt<std::string> PdbDebugPath`
from `DXContainerGlobals.cpp` to `DXILWriter/DXILWriterPass.cpp`,
reversing the dependency.
Fixes the layering violation in #204166.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list