Author: Ellis Hoag Date: 2025-01-10T17:08:22-08:00 New Revision: 0cb1884989bca72895b2a1cd555955bfc33ac520
URL: https://github.com/llvm/llvm-project/commit/0cb1884989bca72895b2a1cd555955bfc33ac520 DIFF: https://github.com/llvm/llvm-project/commit/0cb1884989bca72895b2a1cd555955bfc33ac520.diff LOG: [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 Added: Modified: clang/docs/UsersManual.rst Removed: ################################################################################ diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst index f58fca465c5494..4de288250f3ad8 100644 --- a/clang/docs/UsersManual.rst +++ b/clang/docs/UsersManual.rst @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits