[llvm-commits] CVS: llvm/docs/FAQ.html

John Criswell criswell at cs.uiuc.edu
Wed Dec 8 10:01:41 PST 2004



Changes in directory llvm/docs:

FAQ.html updated: 1.25 -> 1.26
---
Log message:

We don't have python test classes anymore.


---
Diffs of the changes:  (+1 -5)

Index: llvm/docs/FAQ.html
diff -u llvm/docs/FAQ.html:1.25 llvm/docs/FAQ.html:1.26
--- llvm/docs/FAQ.html:1.25	Fri Dec  3 17:58:18 2004
+++ llvm/docs/FAQ.html	Wed Dec  8 12:01:27 2004
@@ -168,10 +168,6 @@
   <li>The GCC front end code is not as portable as the LLVM suite, so it may not
   compile as well on unsupported platforms.</li>
 
-  <li>The Python test classes are more UNIX-centric than they should be, so
-  porting to non-UNIX like platforms (i.e. Windows, MacOS 9) will require some
-  effort.</li>
-
   <li>The LLVM build system relies heavily on UNIX shell tools, like the Bourne
   Shell and sed.  Porting to systems without these tools (MacOS 9, Plan 9) will
   require more effort.</li>
@@ -558,7 +554,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/12/03 23:58:18 $
+  Last modified: $Date: 2004/12/08 18:01:27 $
 </address>
 
 </body>






More information about the llvm-commits mailing list