[llvm-commits] [polly] r166396 - /polly/trunk/www/example_load_Polly_into_dragonegg.html
Tobias Grosser
grosser at fim.uni-passau.de
Sun Oct 21 10:33:00 PDT 2012
Author: grosser
Date: Sun Oct 21 12:33:00 2012
New Revision: 166396
URL: http://llvm.org/viewvc/llvm-project?rev=166396&view=rev
Log:
www: Correct command line that loads polly into dragonegg
Reported by: Jack Howarth <howarth at bromo.med.uc.edu>
Modified:
polly/trunk/www/example_load_Polly_into_dragonegg.html
Modified: polly/trunk/www/example_load_Polly_into_dragonegg.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/example_load_Polly_into_dragonegg.html?rev=166396&r1=166395&r2=166396&view=diff
==============================================================================
--- polly/trunk/www/example_load_Polly_into_dragonegg.html (original)
+++ polly/trunk/www/example_load_Polly_into_dragonegg.html Sun Oct 21 12:33:00 2012
@@ -39,13 +39,13 @@
the CPPFLAGS or by creating an alias.
<pre class="code">
-$ export CPPFLAGS="-fplugin=/path/to/dragonegg.so -fplugin-arg-dragonegg-llvm-option=load:${POLLY_BUILD_DIR}/lib/LLVMPolly.so"
+$ export CPPFLAGS="-fplugin=/path/to/dragonegg.so -fplugin-arg-dragonegg-llvm-option=-load:${POLLY_BUILD_DIR}/lib/LLVMPolly.so"
</pre>
or
<pre class="code">
-$ alias pollycc gcc -fplugin=/path/to/dragonegg.so -fplugin-arg-dragonegg-llvm-option=load:${POLLY_BUILD_DIR}/lib/LLVMPolly.so
+$ alias pollycc gcc -fplugin=/path/to/dragonegg.so -fplugin-arg-dragonegg-llvm-option=-load:${POLLY_BUILD_DIR}/lib/LLVMPolly.so
</pre>
<h2>Optimizing with Polly</h2>
More information about the llvm-commits
mailing list