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 | dfe6a86b0bb2dd2233a05887d7bd6da26f9982b7 (patch) | |
tree | d0ec93a6d00459d16fe1c94a566224f3f8160e0e /llvm/docs/Projects.html | |
parent | 2e2f3e26baadb013c211b263694aeda17101d8ed (diff) | |
download | bcm5719-llvm-dfe6a86b0bb2dd2233a05887d7bd6da26f9982b7.tar.gz bcm5719-llvm-dfe6a86b0bb2dd2233a05887d7bd6da26f9982b7.zip |
Merged in RELEASE_14 changes.
llvm-svn: 18763
Diffstat (limited to 'llvm/docs/Projects.html')
-rw-r--r-- | llvm/docs/Projects.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/docs/Projects.html b/llvm/docs/Projects.html index d708c8eda35..dafedc91d14 100644 --- a/llvm/docs/Projects.html +++ b/llvm/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> |