[llvm] dd2fbbb - [llvm-profdata][docs] Use `` instead of `
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 28 18:03:33 PST 2021
Author: Fangrui Song
Date: 2021-12-28T18:03:28-08:00
New Revision: dd2fbbbb2d277a5dd497edbd01b1fcd469e65f53
URL: https://github.com/llvm/llvm-project/commit/dd2fbbbb2d277a5dd497edbd01b1fcd469e65f53
DIFF: https://github.com/llvm/llvm-project/commit/dd2fbbbb2d277a5dd497edbd01b1fcd469e65f53.diff
LOG: [llvm-profdata][docs] Use `` instead of `
Added:
Modified:
llvm/docs/CommandGuide/llvm-profdata.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/llvm-profdata.rst b/llvm/docs/CommandGuide/llvm-profdata.rst
index 7c3db6fa5418..da5285b6ca4f 100644
--- a/llvm/docs/CommandGuide/llvm-profdata.rst
+++ b/llvm/docs/CommandGuide/llvm-profdata.rst
@@ -187,8 +187,8 @@ OPTIONS
.. option:: -debug-info=path
- Specify the executable or `.dSYM` that contains debug info for the raw profile.
- When `-debug-info-correlate` was used for instrumentation, use this option
+ Specify the executable or ``.dSYM`` that contains debug info for the raw profile.
+ When ``-debug-info-correlate`` was used for instrumentation, use this option
to correlate the raw profile.
@@ -204,7 +204,7 @@ Merge three profiles:
Weighted Input
++++++++++++++
-The input file `foo.profdata` is especially important, multiply its counts by 10:
+The input file ``foo.profdata`` is especially important, multiply its counts by 10:
::
More information about the llvm-commits
mailing list