[llvm-commits] [llvm] r58712 - /llvm/trunk/docs/ReleaseNotes.html
    Tanya Lattner 
    tonic at nondot.org
       
    Tue Nov  4 10:40:28 PST 2008
    
    
  
Author: tbrethou
Date: Tue Nov  4 12:40:27 2008
New Revision: 58712
URL: http://llvm.org/viewvc/llvm-project?rev=58712&view=rev
Log:
Add note about cmake. Patch by Oscar Fuentes.
Modified:
    llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=58712&r1=58711&r2=58712&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Nov  4 12:40:27 2008
@@ -482,6 +482,10 @@
     have switched over to use it.   The eventual goal is to eliminate
     std::ostream in favor of it.</li>
 
+<li><p>LLVM 2.4 includes an optional build system based on CMake. It
+    still is on its early stages but can be useful for Visual C++
+    userswho can not use the Visual Studio IDE.</p></li>
+
 </ul>
 
 </div>
    
    
More information about the llvm-commits
mailing list