[all-commits] [llvm/llvm-project] 5e3277: [lldb] Match test dependencies name to other LLVM ...

Daniel Rodríguez Troitiño via All-commits all-commits at lists.llvm.org
Fri May 21 00:10:59 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e327785da36fa3a00767cfea0a47fcb0f0814aa
      https://github.com/llvm/llvm-project/commit/5e327785da36fa3a00767cfea0a47fcb0f0814aa
  Author: Daniel Rodríguez Troitiño <danielrodriguez at fb.com>
  Date:   2021-05-21 (Fri, 21 May 2021)

  Changed paths:
    M lldb/test/API/CMakeLists.txt
    M lldb/test/CMakeLists.txt
    M lldb/test/Shell/CMakeLists.txt
    M lldb/test/Unit/CMakeLists.txt
    M lldb/utils/lldb-dotest/CMakeLists.txt
    M lldb/utils/lldb-repro/CMakeLists.txt

  Log Message:
  -----------
  [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




More information about the All-commits mailing list