[PATCH] D19366: [Docs] Add some requirements to the Testing Guide

Diana Picus via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 08:23:45 PDT 2016


rovka created this revision.
rovka added reviewers: rengolin, silvas.
rovka added a subscriber: llvm-commits.

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).

http://reviews.llvm.org/D19366

Files:
  docs/TestingGuide.rst

Index: docs/TestingGuide.rst
===================================================================
--- docs/TestingGuide.rst
+++ docs/TestingGuide.rst
@@ -25,6 +25,10 @@
 software required to build LLVM, as well as `Python <http://python.org>`_ 2.7 or
 later.
 
+If you intend to run the :ref:`test-suite <test-suite-overview>`, you will also
+need a development version of zlib (zlib1g-dev is known to work on several Linux
+distributions).
+
 LLVM testing infrastructure organization
 ========================================
 
@@ -535,6 +539,8 @@
 (b) it speeds things up for really big test cases by avoiding
     interpretation of the remainder of the file.
 
+.. _test-suite-overview:
+
 ``test-suite`` Overview
 =======================
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19366.54508.patch
Type: text/x-patch
Size: 743 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160421/21419f29/attachment.bin>


More information about the llvm-commits mailing list