[clang] [InstrProf] Fix format issue in user manual (PR #122559)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 10 16:43:59 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: Ellis Hoag (ellishg)
<details>
<summary>Changes</summary>
Fix a small formatting issue in the user manual.
https://clang.llvm.org/docs/UsersManual.html#cmdoption-ftemporal-profile
---
Full diff: https://github.com/llvm/llvm-project/pull/122559.diff
1 Files Affected:
- (modified) clang/docs/UsersManual.rst (+1-1)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/122559
More information about the cfe-commits
mailing list