From: Tanya Lattner
Date: Tue, 4 Nov 2008 18:40:27 +0000 (+0000)
Subject: Add note about cmake. Patch by Oscar Fuentes.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a7ec706e9d63029deb80c7051b586428af137647;p=oota-llvm.git
Add note about cmake. Patch by Oscar Fuentes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58712 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 98dd0600c56..ac9e22cc892 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -482,6 +482,10 @@ faster:
have switched over to use it. The eventual goal is to eliminate
std::ostream in favor of it.
+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.
+