| [lldb] Match test dependencies name to other LLVM projects. Other LLVM projects use the suffix -depends for the test dependencies, however LLDB uses -deps and seems to be the only project under the LLVM to do so. In order to make the projects more homogeneous, switch all the references to lldb-test-deps to lldb-test-depends. Additionally, provide a compatibility target with the old name and depending on the new name, in order to not break anyone workflow. Reviewed By: JDevlieghere Differential Revision: https://reviews.llvm.org/D102889 | 5 年前 |
| Re-land "[test] Split LLDB tests into API, Shell & Unit" The original patch got reverted because it broke check-lldb on a clean build. This fixes that. llvm-svn: 374201 | 6 年前 |
| [lldb] Propagate XDG_CACHE_HOME environment variable to tests This variable is used to reducing the likelihood of hitting module cache issues in CI where different branches can potentially run on the same machine. | 5 年前 |
| Use lit_config.substitute instead of foo % lit_config.params everywhere This mechanically applies the same changes from D121427 everywhere. Differential Revision: https://reviews.llvm.org/D121746 | 4 年前 |