[llvm-commits] [polly] r148306 - /polly/trunk/www/polly.sh

Tobias Grosser grosser at fim.uni-passau.de
Tue Jan 17 06:37:45 PST 2012


Author: grosser
Date: Tue Jan 17 08:37:45 2012
New Revision: 148306

URL: http://llvm.org/viewvc/llvm-project?rev=148306&view=rev
Log:
www: Fix clang path in polly.sh script

Modified:
    polly/trunk/www/polly.sh

Modified: polly/trunk/www/polly.sh
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/polly.sh?rev=148306&r1=148305&r2=148306&view=diff
==============================================================================
--- polly/trunk/www/polly.sh (original)
+++ polly/trunk/www/polly.sh Tue Jan 17 08:37:45 2012
@@ -24,7 +24,7 @@
     git clone http://llvm.org/git/polly.git ${POLLY_SRC}
 fi
 
-if ! test -d ${POLLY_SRC}; then
+if ! test -d ${CLANG_SRC}; then
     git clone http://llvm.org/git/clang.git ${CLANG_SRC}
 fi
 





More information about the llvm-commits mailing list