[Lldb-commits] [PATCH] D24591: [LIT] First pass of LLDB LIT support
Chris Bieneman via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 14 16:23:35 PDT 2016
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
More information about the lldb-commits
mailing list