[clang] [InstrProf] Fix format issue in user manual (PR #122559)

Ellis Hoag via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 10 16:43:25 PST 2025


https://github.com/ellishg created https://github.com/llvm/llvm-project/pull/122559

Fix a small formatting issue in the user manual.

https://clang.llvm.org/docs/UsersManual.html#cmdoption-ftemporal-profile

>From 051de1349338cee46e33f63af99f58d0552afb44 Mon Sep 17 00:00:00 2001
From: Ellis Hoag <ellis.sparky.hoag at gmail.com>
Date: Fri, 10 Jan 2025 16:42:20 -0800
Subject: [PATCH] [InstrProf] Fix format issue in user manual

---
 clang/docs/UsersManual.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 



More information about the cfe-commits mailing list