[Lldb-commits] [PATCH] D56440: [CMake] Phase out LLDB_TEST_C/CXX_COMPILER in favor of single LLDB_TEST_COMPILER
Stella Stamenova via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 9 09:43:00 PST 2019
stella.stamenova requested changes to this revision.
stella.stamenova added inline comments.
This revision now requires changes to proceed.
================
Comment at: lit/CMakeLists.txt:14
-if (NOT LLDB_TEST_USE_CUSTOM_C_COMPILER)
- string(REPLACE ${CMAKE_CFG_INTDIR} ${LLVM_BUILD_MODE} LLDB_TEST_C_COMPILER "${LLDB_TEST_C_COMPILER}")
----------------
Your change is removing the logic to setup this path correctly. This will cause failures in the tests.
================
Comment at: lit/CMakeLists.txt:41
list(APPEND LLDB_TEST_DEPS lld)
- set(LLDB_HAVE_LLD 1)
-else()
----------------
It is better to do this in a separate change (the shared libs also) since they are not related to the compiler properties
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56440/new/
https://reviews.llvm.org/D56440
More information about the lldb-commits
mailing list