This is an archive of the discontinued LLVM Phabricator instance.

[testsuite] Run lit tests as part of `check-lldb`
ClosedPublic

Authored by davide on Feb 21 2018, 12:49 PM.

Details

Summary

Also, fix a missing dependency, as lit requires llvm-config to run.
This is becoming more and more important as we write more FileCheck style tests (see Jonas' last fix to the expression parser)

Diff Detail

Repository
rL LLVM

Event Timeline

davide created this revision.Feb 21 2018, 12:49 PM
vsk accepted this revision.Feb 21 2018, 12:55 PM

LGTM

This revision is now accepted and ready to land.Feb 21 2018, 12:55 PM
This revision was automatically updated to reflect the committed changes.