beanz added inline comments.

================
Comment at: lit/CMakeLists.txt:14
@@ -13,1 +13,3 @@
 
+option(LLDB_TEST_CLANG "Use in-tree clang when testing lldb" Off)
+
----------------
Disallowing setting both seems reasonable to me. I'm not entirely sure how to 
connect `LLDB_TEST_COMPILER` up into the lit suite because we really want 
something that more matches the CMake style of `..._<LANG>_COMPILER` so that we 
could override multiple compilers.


https://reviews.llvm.org/D24591



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

Reply via email to