[llvm-commits] CVS: llvm/docs/TestingGuide.html

Reid Spencer reid at x10sys.com
Wed Dec 8 08:53:02 PST 2004



Changes in directory llvm/docs:

TestingGuide.html updated: 1.17 -> 1.18
---
Log message:

Move documentation for various configuration options applicabe only to the
llvm-test directory into this document from GettingStarted.html.


---
Diffs of the changes:  (+28 -2)

Index: llvm/docs/TestingGuide.html
diff -u llvm/docs/TestingGuide.html:1.17 llvm/docs/TestingGuide.html:1.18
--- llvm/docs/TestingGuide.html:1.17	Sun Dec  5 20:11:52 2004
+++ llvm/docs/TestingGuide.html	Wed Dec  8 10:52:51 2004
@@ -455,7 +455,33 @@
 research group.  They may still be valuable, however, as a guide to writing your
 own TEST Makefile for any optimization or analysis passes that you develop with
 LLVM.</p>
-      
+
+<p>Note, when configuring the <tt>llvm-test</tt> module, you might want to
+specify the following configuration options:</p>
+<dl>
+  <dt><i>--enable-spec2000</i>
+  <dt><i>--enable-spec2000=<<tt>directory</tt>></i>
+  <dd>
+    Enable the use of SPEC2000 when testing LLVM.  This is disabled by default
+    (unless <tt>configure</tt> finds SPEC2000 installed).  By specifying
+    <tt>directory</tt>, you can tell configure where to find the SPEC2000
+    benchmarks.  If <tt>directory</tt> is left unspecified, <tt>configure</tt>
+    uses the default value
+    <tt>/home/vadve/shared/benchmarks/speccpu2000/benchspec</tt>.
+    <p>
+  <dt><i>--enable-spec95</i>
+  <dt><i>--enable-spec95=<<tt>directory</tt>></i>
+  <dd>
+    Enable the use of SPEC95 when testing LLVM.  It is similar to the
+    <i>--enable-spec2000</i> option.
+    <p>
+  <dt><i>--enable-povray</i>
+  <dt><i>--enable-povray=<<tt>directory</tt>></i>
+  <dd>
+    Enable the use of Povray as an external test.  Versions of Povray written
+    in C should work.  This option is similar to the <i>--enable-spec2000</i>
+    option.
+</dl>
 </div>
 
 <!--=========================================================================-->
@@ -591,7 +617,7 @@
 
   John T. Criswell<br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br/>
-  Last modified: $Date: 2004/12/06 02:11:52 $
+  Last modified: $Date: 2004/12/08 16:52:51 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list