summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-10-22 15:06:11 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-10-22 15:06:11 +0000
commit56a850ad0633ce9bf7731a0107c3bfe5b0302e9c (patch)
treec2b41234f758dc7bacdaabe50c2a42abe6b89933 /llvm
parentdbe73c5d6d99f33ade487640efa1f7c5c4aed7fa (diff)
downloadbcm5719-llvm-56a850ad0633ce9bf7731a0107c3bfe5b0302e9c.tar.gz
bcm5719-llvm-56a850ad0633ce9bf7731a0107c3bfe5b0302e9c.zip
Added information on using Bugzilla.
Removed information on using llvm-bugs to report bugs. llvm-svn: 9371
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/HowToSubmitABug.html22
1 files changed, 18 insertions, 4 deletions
diff --git a/llvm/docs/HowToSubmitABug.html b/llvm/docs/HowToSubmitABug.html
index 9d6c6e5f8f0..b7bc2042a94 100644
--- a/llvm/docs/HowToSubmitABug.html
+++ b/llvm/docs/HowToSubmitABug.html
@@ -49,11 +49,25 @@ what type of bug it is, follow the instructions in the linked section to narrow
down the bug so that the person who fixes it will be able to find the problem
more easily.<p>
-Once you have a reduced test-case, email information about the bug to: <a
-href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a>. This should
-include all of the information necessary to reproduce the problem, including
-where you got the LLVM tree from (if you're not working out of CVS).<p>
+Once you have a reduced test-case, go to
+<a href="http://zion.cs.uiuc.edu/bugs/enter_bug.cgi">
+the LLVM Bug Tracking System,
+</a>
+select the catagory in which the bug falls, and fill out the form with the
+necessary details. The bug description should contain the following
+information:
+<ul>
+ <li>
+ All information necessary to reproduce the problem.
+
+ <li>
+ The reduced test-case that triggers the bug.
+
+ <li>
+ The location where you obtained LLVM (if not from our CVS repository).
+</ul>
+<p>
Thanks for helping us make LLVM better!<p>
OpenPOWER on IntegriCloud