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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to