diff options
-rw-r--r-- | polly/www/example_load_Polly_into_clang.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/polly/www/example_load_Polly_into_clang.html b/polly/www/example_load_Polly_into_clang.html index 539ad8faa86..bda108af5d2 100644 --- a/polly/www/example_load_Polly_into_clang.html +++ b/polly/www/example_load_Polly_into_clang.html @@ -26,8 +26,10 @@ To compile code with Polly you only need to add '-load ${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> |