[Lldb-commits] [PATCH] D24591: [LIT] First pass of LLDB LIT support
Todd Fiala via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 14 15:24:25 PDT 2016
tfiala 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)
+
----------------
tfiala wrote:
> The macOS bots (and all the Swift ones) build with in-tree clang. I'm glad to have this option.
> The macOS bots (and all the Swift ones) build with in-tree clang. I'm glad to have this option.
... test with the in-tree clang, rather.
https://reviews.llvm.org/D24591
More information about the lldb-commits
mailing list