www: Correct command line that loads polly into dragonegg
authorTobias Grosser <grosser@fim.uni-passau.de>
Sun, 21 Oct 2012 17:33:00 +0000 (17:33 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Sun, 21 Oct 2012 17:33:00 +0000 (17:33 +0000)
Reported by:  Jack Howarth  <howarth@bromo.med.uc.edu>

llvm-svn: 166396

polly/www/example_load_Polly_into_dragonegg.html

index 28927a2..e9644c9 100644 (file)
@@ -39,13 +39,13 @@ available. You can load Polly either by adding the relevant commands to
 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>