Skip to content

Commit ab14717

Browse files
author
John Criswell
committed
Update information on llvm-test package.
llvm-svn: 18710
1 parent 033f96e commit ab14717

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/docs/Projects.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,14 @@
201201
<p>
202202

203203
<li>
204-
The LLVM source tree provides benchmarks and programs which are
205-
known to compile with the LLVM GCC front ends. You can use these
204+
LLVM contains an optional package called <tt>llvm-test</tt>
205+
which provides benchmarks and programs that are known to compile with the
206+
LLVM GCC front ends. You can use these
206207
programs to test your code, gather statistics information, and
207-
compare it to the current LLVM performance statistics. These
208-
programs are found in the <tt>llvm/test/Programs</tt> directory.
208+
compare it to the current LLVM performance statistics.
209209
<p>
210210
Currently, there is no way to hook your tests directly into the
211-
<tt>llvm/test/Programs</tt> testing harness. You will simply
211+
<tt>llvm/test</tt> testing harness. You will simply
212212
need to find a way to use the source provided within that directory
213213
on your own.
214214
</ul>

0 commit comments

Comments
 (0)