[Lldb-commits] [PATCH] D64824: [CMake] Move standalone check so we don't have to reconfigure LLDB
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 16 14:52:17 PDT 2019
JDevlieghere created this revision.
JDevlieghere added reviewers: sgraenitz, mgorny, xiaobai.
Herald added subscribers: teemperor, jfb.
Herald added a project: LLDB.
By moving the standalone check into the main CMake file, the whole file is ignored in a regular (non-standalone) build. This means that you can make changes to LLDBStandalone.cmake without having to reconfigure a build in a different directory. This matters when you share one source repository with different build directories (e.g. release-assert, debug, standalone).
Repository:
rLLDB LLDB
https://reviews.llvm.org/D64824
Files:
lldb/CMakeLists.txt
lldb/cmake/modules/LLDBStandalone.cmake
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64824.210185.patch
Type: text/x-patch
Size: 10099 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190716/552ba0a3/attachment-0001.bin>
More information about the lldb-commits
mailing list