[Lldb-commits] [PATCH] D69394: [CMake] Move specific logic into API, shell and unittest sub-directories.

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 24 10:45:06 PDT 2019


JDevlieghere created this revision.
JDevlieghere added reviewers: LLDB, labath, davide, teemperor.
Herald added a subscriber: mgorny.
Herald added a project: LLDB.

The top-level CMake file in the test directory can be simplified by moving relevant configuration options into the subdirectories. This makes it easier to understand what CMake options are needed by the different test suites.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D69394

Files:
  lldb/test/API/CMakeLists.txt
  lldb/test/CMakeLists.txt
  lldb/test/Shell/CMakeLists.txt
  lldb/test/Unit/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69394.226290.patch
Type: text/x-patch
Size: 7753 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191024/c680a588/attachment.bin>


More information about the lldb-commits mailing list