Skip to content

Commit 0cb1884

Browse files
authored
[InstrProf] Fix format issue in user manual (#122559)
Fix a small formatting issue in the user manual after #122385. https://clang.llvm.org/docs/UsersManual.html#cmdoption-ftemporal-profile
1 parent 515946b commit 0cb1884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/UsersManual.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3051,7 +3051,7 @@ indexed format, regardeless whether it is produced by frontend or the IR pass.
30513051
$ llvm-profdata merge -o code.profdata yyy/zzz
30523052
30533053
Using the resulting profile, we can generate a function order to pass to the
3054-
linker via `--symbol-ordering-file` for ELF or `-order_file` for Mach-O.
3054+
linker via ``--symbol-ordering-file`` for ELF or ``-order_file`` for Mach-O.
30553055

30563056
.. code-block:: console
30573057

0 commit comments

Comments
 (0)