This is an archive of the discontinued LLVM Phabricator instance.

Move the llvm lit test dependencies to clang-tools-extra.
ClosedPublic

Authored by hokein on Nov 21 2018, 7:07 AM.

Event Timeline

hokein created this revision.Nov 21 2018, 7:07 AM
mgorny added inline comments.Nov 21 2018, 9:06 AM
test/CMakeLists.txt
76

Nitpicking a bit but I think it would be better to uppercase it for consistency.

80

…and remove the space after if.

hokein updated this revision to Diff 175021.Nov 22 2018, 1:41 AM

Address comments.

hokein marked 2 inline comments as done.Nov 22 2018, 1:41 AM
mgorny accepted this revision.Nov 22 2018, 1:50 AM

LGTM (assuming you've tested it).

This revision is now accepted and ready to land.Nov 22 2018, 1:50 AM
This revision was automatically updated to reflect the committed changes.