[Lldb-commits] [PATCH] D136551: [lldb] Include gtest in standalone build only if LLDB_INCLUDE_TESTS
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Oct 23 07:44:38 PDT 2022
mgorny added inline comments.
================
Comment at: lldb/CMakeLists.txt:20
+option(LLDB_INCLUDE_TESTS "Generate build targets for the LLDB unit tests." ${LLVM_INCLUDE_TESTS})
+
----------------
To be honest, I don't exactly like moving this `option`. The alternative I can think of is moving gtest and LLVMTestingSupport logic from `LLDBStandalone` into unittests.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136551/new/
https://reviews.llvm.org/D136551
More information about the lldb-commits
mailing list