summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2011-10-26 01:27:53 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2011-10-26 01:27:53 +0000
commit954a1f2d744bfa7438116a798f5d6b4762cee2e9 (patch)
tree885ebef5cc937c8f89ea902c3b6ba3d69df1f208
parentbd54f3226fd0de918d2c1dc090b60211608e68ae (diff)
downloadbcm5719-llvm-954a1f2d744bfa7438116a798f5d6b4762cee2e9.tar.gz
bcm5719-llvm-954a1f2d744bfa7438116a798f5d6b4762cee2e9.zip
www: Emphasize clang/LLVM/Polly need to be in sync
llvm-svn: 143005
-rw-r--r--polly/www/example_load_Polly_into_clang.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/polly/www/example_load_Polly_into_clang.html b/polly/www/example_load_Polly_into_clang.html
index b2e73046f86..539ad8faa86 100644
--- a/polly/www/example_load_Polly_into_clang.html
+++ b/polly/www/example_load_Polly_into_clang.html
@@ -26,6 +26,9 @@ 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>
+
<pre class="code">clang -load ${POLLY_BUILD_DIR}/lib/LLVMPolly.so -O3 file.c</pre>
<h2>Automatic OpenMP code generation</h2>
OpenPOWER on IntegriCloud