[Lldb-commits] [libcxx] [lldb] [llvm] [lldb][CMake] Add single target that runs libc++ tests (PR #110856)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 2 11:42:05 PDT 2024


================
@@ -267,6 +267,21 @@ add_lit_testsuite(check-lldb "Running lldb lit test suite"
     lldb-shell-test-deps
     lldb-unit-test-deps)
 
+# This target covers all targets that are tied to implementation details
+# of libc++, intended to be run by the libc++ pre-merge CI.
+add_lit_testsuite(check-lldb-libcxx-integration "Running lldb libc++ support test suite"
----------------
Michael137 wrote:

good idea, done!

https://github.com/llvm/llvm-project/pull/110856


More information about the lldb-commits mailing list