[llvm-commits] CVS: llvm-www/Users.html

Chris Lattner sabre at nondot.org
Sat Aug 29 13:43:55 PDT 2009



Changes in directory llvm-www:

Users.html updated: 1.65 -> 1.66
---
Log message:

don't forget about compiler_rt!


---
Diffs of the changes:  (+3 -2)

 Users.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Index: llvm-www/Users.html
diff -u llvm-www/Users.html:1.65 llvm-www/Users.html:1.66
--- llvm-www/Users.html:1.65	Sat Aug 29 14:04:45 2009
+++ llvm-www/Users.html	Sat Aug 29 15:42:59 2009
@@ -76,7 +76,8 @@
         requires parsing an extended dialect of C at runtime and JIT compiling it to run
         on the CPU, GPU, or both at the same time.  In addition, several performance 
         sensitive pieces of Mac OS X 10.6 were built with llvm-gcc such as OpenSSL 
-        and Hotspot.<p>
+        and Hotspot.  Finally, the <a href="http://compiler-rt.llvm.org/">compiler_rt</a>
+        library has replaced libgcc and is now a part of libsystem.dylib.<p>
 
         Xcode 3.2 (and later): <a 
     href="http://www.cocoabuilder.com/archive/message/xcode/2009/8/28/30113">Clang is 
@@ -498,6 +499,6 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
 <br><a href="mailto:llvmdev at cs.uiuc.edu">LLVM Development List</a><br>
-  Last modified: $Date: 2009/08/29 19:04:45 $
+  Last modified: $Date: 2009/08/29 20:42:59 $
 </address>
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list