[all-commits] [llvm/llvm-project] 58d38b: [lldb] Restore default setting of LLDB_INCLUDE_TES...

Alex via All-commits all-commits at lists.llvm.org
Fri Nov 18 09:05:47 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 58d38b3ff8c3c4dd816d2047acf65fa97c0b6fb8
      https://github.com/llvm/llvm-project/commit/58d38b3ff8c3c4dd816d2047acf65fa97c0b6fb8
  Author: Alex Langford <alangford at apple.com>
  Date:   2022-11-18 (Fri, 18 Nov 2022)

  Changed paths:
    M lldb/CMakeLists.txt
    M lldb/cmake/modules/LLDBStandalone.cmake

  Log Message:
  -----------
  [lldb] Restore default setting of LLDB_INCLUDE_TESTS in standalone builds

In 52f39853abd46495a6d636c4b035e1b92cf4b833 the option LLDB_INCLUDE_TESTS was
moved above the inclusion of LLDBStandalone. This isn't a problem per-se, but
it changes the default value of LLDB_INCLUDE_TESTS in standalone builds.
LLDBStandalone explicitly sets LLVM_INCLUDE_TESTS to true, indicating that
for standalone builds this is considered the default behavior.
This patch restores said default behavior.

Differential Revision: https://reviews.llvm.org/D138237




More information about the All-commits mailing list