forked from OSchip/llvm-project
www: Emphasize clang/LLVM/Polly need to be in sync
llvm-svn: 143005
This commit is contained in:
parent
bd54f3226f
commit
954a1f2d74
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue