[Lldb-commits] [lldb] [lldb] fix python extension debug suffix on Win (PR #89037)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 17 03:21:16 PDT 2024
DavidSpickett wrote:
So this PR fixes debug lldb -> release Python, but if I configured against a debug Python then the suffix would be `_d_d`.
Debug lldb/release Python is a valid config I think, and likely what 99% of people want anyway. So can we add a check whether the suffix already has `_d` in it, so that debug lldb/debug python also works?
https://github.com/llvm/llvm-project/pull/89037
More information about the lldb-commits
mailing list