Update site information to reflect using cmake to build compiler-rt and not legacy makefiles.

llvm-svn: 82608
This commit is contained in:
Edward O'Callaghan 2009-09-23 05:04:26 +00:00
parent 49dc8717a4
commit 0e38b38dd1
1 changed files with 4 additions and 1 deletions

View File

@ -122,8 +122,11 @@
<ul>
<li>svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt</li>
<li>cd compiler-rt</li>
<li>mkdir build</li>
<li>cd build</li>
<li>cmake ../compiler-rt</li>
<li>make</li>
<li>make install</li>
</ul>
<p>Note that the library will probably only build out of the box on Darwin,