[Lldb-commits] [PATCH] D74168: [CMake] Make EXCLUDE_FROM_ALL an argument to add_lit_testsuite
Konstantin Schwarz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 7 03:41:10 PST 2020
kschwarz added inline comments.
================
Comment at: llvm/test/CMakeLists.txt:171
+if(LLVM_BUILD_TOOLS)
+ set(exclude_from_check_all "EXCLUDE_FROM_CHECK_ALL")
----------------
Hi @JDevlieghere, we've noticed that with this patch check-llvm isn't added to check-all anymore by default. Is this the intended behaviour?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74168/new/
https://reviews.llvm.org/D74168
More information about the lldb-commits
mailing list