[Lldb-commits] [PATCH] D66994: [lldb][CMake] Fix windows-x86-debug compilation with python enabled using multi-target generator
Leonid Mashinskiy via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 30 02:47:26 PDT 2019
leonid.mashinskiy created this revision.
leonid.mashinskiy added reviewers: labath, JDevlieghere.
leonid.mashinskiy added a project: LLDB.
Herald added subscribers: lldb-commits, mgorny.
Visual Studio CMake generator is multi-target and does not define CMAKE_BUILD_TYPE, so Debug build on VS was failing due selection of release python library.
This patch reverts back some of latest changes and fixes building by raw VS using CMake expression generators.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D66994
Files:
cmake/modules/LLDBConfig.cmake
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66994.218050.patch
Type: text/x-patch
Size: 9213 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190830/2a615c5a/attachment.bin>
More information about the lldb-commits
mailing list