[polly] r308505 - [docs] Minor formatting fixes.

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 11:14:03 PDT 2017


Merged to 5.0.0 in r309299.

On Wed, Jul 19, 2017 at 11:18 AM, Eli Friedman via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: efriedma
> Date: Wed Jul 19 11:18:37 2017
> New Revision: 308505
>
> URL: http://llvm.org/viewvc/llvm-project?rev=308505&view=rev
> Log:
> [docs] Minor formatting fixes.
>
> Patch by Tarun Rajendran.
>
>
> Modified:
>     polly/trunk/docs/UsingPollyWithClang.rst
>
> Modified: polly/trunk/docs/UsingPollyWithClang.rst
> URL: http://llvm.org/viewvc/llvm-project/polly/trunk/docs/UsingPollyWithClang.rst?rev=308505&r1=308504&r2=308505&view=diff
> ==============================================================================
> --- polly/trunk/docs/UsingPollyWithClang.rst (original)
> +++ polly/trunk/docs/UsingPollyWithClang.rst Wed Jul 19 11:18:37 2017
> @@ -126,7 +126,7 @@ To run opt-viewer:
>        /path/to/program/src/bar.opt.yaml \
>        -o ./output
>
> -Include all yaml files (use *.opt.yaml when specifying which yaml files to view)
> +Include all yaml files (use \*.opt.yaml when specifying which yaml files to view)
>  to view all diagnostics from your program in opt-viewer. Compile with `PGO
> -<https://clang.llvm.org/docs/UsersManual.html#profiling-with-instrumentation>` to view
> +<https://clang.llvm.org/docs/UsersManual.html#profiling-with-instrumentation>`_ to view
>  Hotness information in opt-viewer. Resulting html files can be viewed in an internet browser.
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list