forked from OSchip/llvm-project
docs: Fix code-block to avoid sphinx error
llvm-svn: 269763
This commit is contained in:
parent
39170d70c0
commit
97afc45b08
|
@ -21,12 +21,14 @@ an additional module. This makes using Polly significantly easier.
|
|||
Instead of
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
opt -load lib/LLVMPolly.so -O3 -polly file.ll
|
||||
clang -Xclang -load -Xclang lib/LLVMPolly.so -O3 -mllvm -polly file.ll
|
||||
|
||||
one can now use
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
opt -O3 -polly file.ll
|
||||
clang -O3 -mllvm -polly file.c
|
||||
|
||||
|
|
Loading…
Reference in New Issue