summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-11-04 18:40:27 +0000
committerTanya Lattner <tonic@nondot.org>2008-11-04 18:40:27 +0000
commita7ec706e9d63029deb80c7051b586428af137647 (patch)
tree22063357e4e65a18d1bc97a376812917ae0bb80d /docs
parentda71cf0ce95dae621ecd4e9cdb603b7b2d2ec33c (diff)
downloadllvm-a7ec706e9d63029deb80c7051b586428af137647.tar.gz
llvm-a7ec706e9d63029deb80c7051b586428af137647.tar.bz2
llvm-a7ec706e9d63029deb80c7051b586428af137647.tar.xz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 98dd0600c5..ac9e22cc89 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -482,6 +482,10 @@ faster:</p>
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>