This is an archive of the discontinued LLVM Phabricator instance.

[LLD] [CMake] Add an lld-test-depends target
ClosedPublic

Authored by mstorsjo on Aug 29 2018, 9:28 AM.

Details

Summary

This builds all dependencies of lld-test/check-lld, without running the tests. This matches llvm-test-depends and clang-test-depends.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

mstorsjo created this revision.Aug 29 2018, 9:28 AM
beanz accepted this revision.Aug 29 2018, 10:18 AM

LGTM. This is consistent with how we setup these targets for other projects.

This revision is now accepted and ready to land.Aug 29 2018, 10:18 AM
This revision was automatically updated to reflect the committed changes.