[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html
Reid Spencer
reid at x10sys.com
Tue Feb 13 12:58:13 PST 2007
Changes in directory llvm/docs:
DeveloperPolicy.html updated: 1.5 -> 1.6
---
Log message:
Add missing closing parenthesis.
---
Diffs of the changes: (+2 -2)
DeveloperPolicy.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/DeveloperPolicy.html
diff -u llvm/docs/DeveloperPolicy.html:1.5 llvm/docs/DeveloperPolicy.html:1.6
--- llvm/docs/DeveloperPolicy.html:1.5 Tue Feb 13 11:04:09 2007
+++ llvm/docs/DeveloperPolicy.html Tue Feb 13 14:57:57 2007
@@ -273,7 +273,7 @@
<li>All feature and regression test cases must be added to the
<tt>llvm/test</tt> directory. The appropriate sub-directory should be
selected (see the <a href="TestingGuide.html">Testing Guide</a> for
- details.</li>
+ details).</li>
<li>Test cases should be written in LLVM assembly language unless the
feature or regression being tested requires another language.</li>
<li>Test cases, especially for regressions, should be as reduced as
@@ -430,7 +430,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
Written By: <a href="mailto:oversight at llvm.org">LLVM Oversight Group</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2007/02/13 17:04:09 $
+ Last modified: $Date: 2007/02/13 20:57:57 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list