[Lldb-commits] [PATCH] D66994: [lldb][CMake] Fix windows-x86-debug compilation with python enabled using multi-target generator

Adrian McCarthy via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 3 11:59:20 PDT 2019


amccarth added a comment.

I'm open to this if we can reduce the code duplication.

One of my concerns is that changes in July and August completely broke the build for me for many days.  I had to remove all but one version of Python to ensure that it always found the right one.

I, too, would appreciate being able to run tests under the debugger, but I find that's impossible with python_d because it detects and halts virtually every test (like using the Python allocator without holding the GIL and leaked resource warnings).


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66994/new/

https://reviews.llvm.org/D66994





More information about the lldb-commits mailing list