[Lldb-commits] [PATCH] D55837: [cmake] Make libcxx(abi) a dependency when building in-tree clang for macOS
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 18 13:05:52 PST 2018
clayborg added inline comments.
================
Comment at: CMakeLists.txt:160
list(APPEND LLDB_TEST_DEPS clang)
+ if(APPLE)
+ list(APPEND LLDB_TEST_DEPS cxx)
----------------
What if the user wants to use a different compiler for tests? cmake has LLDB_TEST_USE_CUSTOM_C_COMPILER and LLDB_TEST_C_COMPILER and LLDB_TEST_CXX_COMPILER which can supposedly be set.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55837/new/
https://reviews.llvm.org/D55837
More information about the lldb-commits
mailing list