* Changed URL referring to zion to use llvm instead

* Close <li> tags

llvm-svn: 9378
This commit is contained in:
Misha Brukman 2003-10-22 17:01:44 +00:00
parent ce023da56a
commit 2a79d9ad51

View File

@ -50,21 +50,17 @@ down the bug so that the person who fixes it will be able to find the problem
more easily.<p> more easily.<p>
Once you have a reduced test-case, go to Once you have a reduced test-case, go to
<a href="http://zion.cs.uiuc.edu/bugs/enter_bug.cgi"> <a href="http://llvm.cs.uiuc.edu/bugs/enter_bug.cgi">
the LLVM Bug Tracking System, the LLVM Bug Tracking System,
</a> </a>
select the catagory in which the bug falls, and fill out the form with the select the catagory in which the bug falls, and fill out the form with the
necessary details. The bug description should contain the following necessary details. The bug description should contain the following
information: information:
<ul> <ul>
<li> <li>All information necessary to reproduce the problem.</li>
All information necessary to reproduce the problem. <li>The reduced test-case that triggers the bug.</li>
<li>The location where you obtained LLVM (if not from our CVS
<li> repository).</li>
The reduced test-case that triggers the bug.
<li>
The location where you obtained LLVM (if not from our CVS repository).
</ul> </ul>
<p> <p>