diff options
Diffstat (limited to 'docs/DeveloperPolicy.html')
-rw-r--r-- | docs/DeveloperPolicy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index db112af1a7..85b8aab2c1 100644 --- a/docs/DeveloperPolicy.html +++ b/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> |