[cfe-commits] r146014 - /cfe/trunk/www/get_started.html
Nico Weber
thakis at chromium.org
Tue Dec 6 21:22:21 PST 2011
Do you want to add a link to this page from http://compiler-rt.llvm.org/ ?
On Tue, Dec 6, 2011 at 7:04 PM, Daniel Dunbar <daniel at zuster.org> wrote:
> Author: ddunbar
> Date: Tue Dec 6 21:04:42 2011
> New Revision: 146014
>
> URL: http://llvm.org/viewvc/llvm-project?rev=146014&view=rev
> Log:
> www: Update getting started to encourage people to check out compielr-rt.
>
> Modified:
> cfe/trunk/www/get_started.html
>
> Modified: cfe/trunk/www/get_started.html
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_started.html?rev=146014&r1=146013&r2=146014&view=diff
> ==============================================================================
> --- cfe/trunk/www/get_started.html (original)
> +++ cfe/trunk/www/get_started.html Tue Dec 6 21:04:42 2011
> @@ -55,6 +55,12 @@
> <li><tt>cd llvm/tools</tt>
> <li><tt>svn co http://llvm.org/svn/llvm-project/cfe/trunk clang</tt></li>
> </ul>
> + <li>Checkout Compiler-RT:</li>
> + <ul>
> + <li><tt>cd llvm/projects</tt>
> + <li><tt>svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk
> + compiler-rt</tt></li>
> + </ul>
> <li>Build LLVM and Clang:</li>
> <ul>
> <li><tt>cd ../..</tt> (back to where you started)</li>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
More information about the cfe-commits
mailing list