[Lldb-commits] [PATCH] D68612: [CMake] Track test dependencies with add_lldb_test_dependency

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 7 17:19:02 PDT 2019


JDevlieghere added a comment.

In D68612#1698614 <https://reviews.llvm.org/D68612#1698614>, @xiaobai wrote:

> Looks good to me. I find it interesting that we had an lldb-test-deps custom target before but most things were depending on `${LLDB_TEST_DEPS}` anyway.


Yep. IIRC the main motivation was Swift's build-script that would build the test dependencies before running a subset of them (the swift tests) for PR testing.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68612/new/

https://reviews.llvm.org/D68612





More information about the lldb-commits mailing list