[llvm-commits] [polly] r143005 - /polly/trunk/www/example_load_Polly_into_clang.html

Tobias Grosser grosser at fim.uni-passau.de
Tue Oct 25 18:27:53 PDT 2011


Author: grosser
Date: Tue Oct 25 20:27:53 2011
New Revision: 143005

URL: http://llvm.org/viewvc/llvm-project?rev=143005&view=rev
Log:
www: Emphasize clang/LLVM/Polly need to be in sync

Modified:
    polly/trunk/www/example_load_Polly_into_clang.html

Modified: polly/trunk/www/example_load_Polly_into_clang.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/example_load_Polly_into_clang.html?rev=143005&r1=143004&r2=143005&view=diff
==============================================================================
--- polly/trunk/www/example_load_Polly_into_clang.html (original)
+++ polly/trunk/www/example_load_Polly_into_clang.html Tue Oct 25 20:27:53 2011
@@ -26,6 +26,9 @@
 ${POLLY_BUILD_DIR}/lib/LLVMPolly.so' to your command line or your CFLAGS and
 Polly is automatically executed at -O3.
 
+<b>WARNING: You need clang/LLVM/Polly need to be in sync. This normally means
+            you need to compile all of them from a recent svn/git checkout</b>
+
 <pre class="code">clang -load ${POLLY_BUILD_DIR}/lib/LLVMPolly.so -O3 file.c</pre>
 
 <h2>Automatic OpenMP code generation</h2>





More information about the llvm-commits mailing list