[llvm-commits] CVS: llvm/utils/NightlyTestTemplate.html

Misha Brukman brukman at cs.uiuc.edu
Tue Aug 19 10:55:01 PDT 2003


Changes in directory llvm/utils:

NightlyTestTemplate.html updated: 1.16 -> 1.17

---
Log message:

Since we broke up SingleSource and MultiSource testing, the logs are now
separate as well.


---
Diffs of the changes:

Index: llvm/utils/NightlyTestTemplate.html
diff -u llvm/utils/NightlyTestTemplate.html:1.16 llvm/utils/NightlyTestTemplate.html:1.17
--- llvm/utils/NightlyTestTemplate.html:1.16	Tue Aug 19 09:27:44 2003
+++ llvm/utils/NightlyTestTemplate.html	Tue Aug 19 10:54:16 2003
@@ -159,8 +159,10 @@
     GCC output: greater than 1 is a speedup, less than 1 is a slowdown.
 </ol><p>
 
-A complete log of testing <a href="$DATE-ProgramTest.txt.gz">is available</a>
-for further analysis.
+A complete log of testing 
+<a href="$DATE-SingleSource-ProgramTest.txt.gz">SingleSource</a> and 
+<a href="$DATE-MultiSource-ProgramTest.txt.gz">MultiSource</a> programs are
+available</a> for further analysis.
 
 <h2>Programs/MultiSource</h2>
 





More information about the llvm-commits mailing list