diff options
author | John Criswell <criswell@uiuc.edu> | 2004-12-10 15:51:16 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-12-10 15:51:16 +0000 |
commit | 9e2485c1227c426910f87e342022c71fe1a916a3 (patch) | |
tree | 1ea57894bb7064f3971ed00e4f36a9683ffac559 /docs/Projects.html | |
parent | 5aefa8a6fec1cdf2e8be74195df8d3739ce73c14 (diff) |
Merged in RELEASE_14 changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18763 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Projects.html')
-rw-r--r-- | docs/Projects.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/Projects.html b/docs/Projects.html index d708c8eda3..dafedc91d1 100644 --- a/docs/Projects.html +++ b/docs/Projects.html @@ -201,14 +201,14 @@ directories:</p> <p> <li> - The LLVM source tree provides benchmarks and programs which are - known to compile with the LLVM GCC front ends. You can use these + LLVM contains an optional package called <tt>llvm-test</tt> + which provides benchmarks and programs that are known to compile with the + LLVM GCC front ends. You can use these programs to test your code, gather statistics information, and - compare it to the current LLVM performance statistics. These - programs are found in the <tt>llvm/test/Programs</tt> directory. + compare it to the current LLVM performance statistics. <p> Currently, there is no way to hook your tests directly into the - <tt>llvm/test/Programs</tt> testing harness. You will simply + <tt>llvm/test</tt> testing harness. You will simply need to find a way to use the source provided within that directory on your own. </ul> |