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

Tobias Grosser grosser at fim.uni-passau.de
Tue Oct 25 19:09:11 PDT 2011


Author: grosser
Date: Tue Oct 25 21:09:11 2011
New Revision: 143007

URL: http://llvm.org/viewvc/llvm-project?rev=143007&view=rev
Log:
www: reformat warning

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=143007&r1=143006&r2=143007&view=diff
==============================================================================
--- polly/trunk/www/example_load_Polly_into_clang.html (original)
+++ polly/trunk/www/example_load_Polly_into_clang.html Tue Oct 25 21:09:11 2011
@@ -26,8 +26,10 @@
 ${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>
+<p>
+<b>WARNING: clang/LLVM/Polly need to be in sync. This means
+            you need to compile them yourself from a recent svn/git checkout</b>
+            </p>
 
 <pre class="code">clang -load ${POLLY_BUILD_DIR}/lib/LLVMPolly.so -O3 file.c</pre>
 





More information about the llvm-commits mailing list