forked from OSchip/llvm-project
[docs] Minor formatting fixes.
Patch by Tarun Rajendran. llvm-svn: 308505
This commit is contained in:
parent
e776dd9ca2
commit
84c73fd9fc
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue