Charles Zablit c4f74a1994
[lldb][windows] fix link issue when building with dylibs (#180976)
Fix a link issue which was introduced by
https://github.com/llvm/llvm-project/pull/179306 when building with
dylibs (with MinGW).

LLVMSupport is not needed by `PythonPathSetup`. It's safe to remove it.
2026-02-12 00:22:56 +02:00
..