Skip to content

[InstrProf] Fix format issue in user manual #122559

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 11, 2025

Conversation

ellishg
Copy link
Contributor

@ellishg ellishg commented Jan 11, 2025

Fix a small formatting issue in the user manual after #122385.

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

@llvmbot llvmbot added the clang Clang issues not falling into any other category label Jan 11, 2025
@llvmbot
Copy link
Member

llvmbot commented Jan 11, 2025

@llvm/pr-subscribers-clang

Author: Ellis Hoag (ellishg)

Changes

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 --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
 

@ellishg ellishg requested a review from kyulee-com January 11, 2025 00:44
@ellishg ellishg merged commit 0cb1884 into llvm:main Jan 11, 2025
8 of 10 checks passed
@ellishg ellishg deleted the fix-user-manual-temporal-profile branch January 11, 2025 01:08
BaiXilin pushed a commit to BaiXilin/llvm-fix-vnni-instr-types that referenced this pull request Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants