1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Add note about cmake. Patch by Oscar Fuentes.

llvm-svn: 58712
This commit is contained in:
Tanya Lattner 2008-11-04 18:40:27 +00:00
parent 171432bfe1
commit 775d919c49

View File

@ -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>