This is an archive of the discontinued LLVM Phabricator instance.

[Docs] Add some requirements to the Testing Guide
ClosedPublic

Authored by rovka on Apr 21 2016, 8:23 AM.

Details

Reviewers
rengolin
silvas
Summary

The Testing Guide only mentions as requirements Python and the software needed
to build LLVM. This patch adds zlib as a requirement for the test-suite (needed
by the ClamAV multisource application).

Diff Detail

Event Timeline

rovka updated this revision to Diff 54508.Apr 21 2016, 8:23 AM
rovka retitled this revision from to [Docs] Add some requirements to the Testing Guide.
rovka updated this object.
rovka added reviewers: rengolin, silvas.
rovka added a subscriber: llvm-commits.
rengolin accepted this revision.May 14 2016, 7:29 AM
rengolin edited edge metadata.

No brainer.

This revision is now accepted and ready to land.May 14 2016, 7:29 AM
rengolin closed this revision.May 14 2016, 7:33 AM

Committed in r269566.