diff options
author | Tanya Lattner <tonic@nondot.org> | 2008-11-04 18:40:27 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2008-11-04 18:40:27 +0000 |
commit | 81edfc172e80fd09b6f47ff0464464a64fcd6884 (patch) | |
tree | 23cade191ccb22fbf4c32f4808605c953d3e8c46 /llvm/docs/ReleaseNotes.html | |
parent | 2afad46626c4cb38a11c6bfe16b81929371712c3 (diff) | |
download | bcm5719-llvm-81edfc172e80fd09b6f47ff0464464a64fcd6884.tar.gz bcm5719-llvm-81edfc172e80fd09b6f47ff0464464a64fcd6884.zip |
Add note about cmake. Patch by Oscar Fuentes.
llvm-svn: 58712
Diffstat (limited to 'llvm/docs/ReleaseNotes.html')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 98dd0600c56..ac9e22cc892 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |