www: Emphasize clang/LLVM/Polly need to be in sync

llvm-svn: 143005
This commit is contained in:
Tobias Grosser 2011-10-26 01:27:53 +00:00
parent bd54f3226f
commit 954a1f2d74
1 changed files with 3 additions and 0 deletions

View File

@ -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>