This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Match test dependencies name to other LLVM projects.
ClosedPublic

Authored by drodriguez on May 20 2021, 4:45 PM.

Details

Summary

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.

Diff Detail

Event Timeline

drodriguez created this revision.May 20 2021, 4:45 PM
drodriguez requested review of this revision.May 20 2021, 4:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 20 2021, 4:45 PM
This revision is now accepted and ready to land.May 20 2021, 4:54 PM
This revision was automatically updated to reflect the committed changes.