This is an archive of the discontinued LLVM Phabricator instance.

Silence spurious warning from lit about missing clang-interpreter
ClosedPublic

Authored by richard.barton.arm on Oct 7 2015, 1:27 AM.

Details

Summary

Clang's lit.cfg checks for the presence of a few test binaries, including the clang-interpreter. This binary is only built if building the clang examples, so the check should also only fire if the clang examples are built.

Diff Detail

Event Timeline

richard.barton.arm retitled this revision from to Silence spurious warning from lit about missing clang-interpreter.
richard.barton.arm updated this object.
richard.barton.arm added a subscriber: cfe-commits.
rengolin accepted this revision.Oct 7 2015, 4:03 AM
rengolin added a reviewer: rengolin.
rengolin added a subscriber: rengolin.

Makes sense. LGTM. Thanks!

This revision is now accepted and ready to land.Oct 7 2015, 4:03 AM