Skip to content

Commit

Permalink
[InstrProf] Fix format issue in user manual (llvm#122559)
Browse files Browse the repository at this point in the history
Fix a small formatting issue in the user manual after llvm#122385.

https://clang.llvm.org/docs/UsersManual.html#cmdoption-ftemporal-profile
  • Loading branch information
ellishg authored and Mel-Chen committed Jan 13, 2025
1 parent b6f09c6 commit c9d77b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/docs/UsersManual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3051,7 +3051,7 @@ indexed format, regardeless whether it is produced by frontend or the IR pass.
$ llvm-profdata merge -o code.profdata yyy/zzz
Using the resulting profile, we can generate a function order to pass to the
linker via `--symbol-ordering-file` for ELF or `-order_file` for Mach-O.
linker via ``--symbol-ordering-file`` for ELF or ``-order_file`` for Mach-O.

.. code-block:: console
Expand Down

0 comments on commit c9d77b5

Please sign in to comment.