[llvm-commits] [polly] r148248 - /polly/trunk/www/get_started.html
Tobias Grosser
grosser at fim.uni-passau.de
Mon Jan 16 10:50:43 PST 2012
Author: grosser
Date: Mon Jan 16 12:50:43 2012
New Revision: 148248
URL: http://llvm.org/viewvc/llvm-project?rev=148248&view=rev
Log:
Fix clang svn address
Modified:
polly/trunk/www/get_started.html
Modified: polly/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/get_started.html?rev=148248&r1=148247&r2=148248&view=diff
==============================================================================
--- polly/trunk/www/get_started.html (original)
+++ polly/trunk/www/get_started.html Mon Jan 16 12:50:43 2012
@@ -38,7 +38,7 @@
svn checkout http://llvm.org/svn/llvm-project/polly/trunk ${POLLY_SRC}
# Also build the matching clang-version (optional)
-svn checkout http://llvm.org/svn/llvm-project/clang/trunk ${CLANG_SRC}
+svn checkout http://llvm.org/svn/llvm-project/cfe/trunk ${CLANG_SRC}
</pre>
<h4>GIT</h4>
<pre>
More information about the llvm-commits
mailing list