diff options
author | Duncan Sands <baldrick@free.fr> | 2007-03-30 12:22:09 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2007-03-30 12:22:09 +0000 |
commit | 16f122e6ad7cd9865851b3a2f43d89f703dbcdf9 (patch) | |
tree | c9fc79fd04df1b4cb05d79ad3f4e067841ad5344 /llvm/docs/DeveloperPolicy.html | |
parent | b25806fa5fb7aa0f79e2e6ff416941867ba4a354 (diff) | |
download | bcm5719-llvm-16f122e6ad7cd9865851b3a2f43d89f703dbcdf9.tar.gz bcm5719-llvm-16f122e6ad7cd9865851b3a2f43d89f703dbcdf9.zip |
Various hopefully correct easy fixes.
llvm-svn: 35506
Diffstat (limited to 'llvm/docs/DeveloperPolicy.html')
-rw-r--r-- | llvm/docs/DeveloperPolicy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index db112af1a73..85b8aab2c1b 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/docs/DeveloperPolicy.html @@ -162,7 +162,7 @@ bug being fixed or feature being implemented is in the llvm-gcc C++ front-end, in which case it must be written in C++).</li> <li>Test cases, especially for regressions, should be reduced as much as - possible, by <a href="CommandGuide/html/bugpoint.html">bugpoint</a> or + possible, by <a href="Bugpoint.html">bugpoint</a> or manually. It is unacceptable to place an entire failing program into <tt>llvm/test</tt> as this creates a <i>time-to-test</i> burden on all developers. Please keep them short.</li> |