[llvm] 280ece9 - fix docs warning in llvm-profdata.rst
via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 30 11:22:10 PDT 2023
Author: wlei
Date: 2023-03-30T11:21:48-07:00
New Revision: 280ece9a69deb03d5ea1356704c52a50e92e58c6
URL: https://github.com/llvm/llvm-project/commit/280ece9a69deb03d5ea1356704c52a50e92e58c6
DIFF: https://github.com/llvm/llvm-project/commit/280ece9a69deb03d5ea1356704c52a50e92e58c6.diff
LOG: fix docs warning in llvm-profdata.rst
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 1ed8531fe221..515c18ba735a 100644
--- a/llvm/docs/CommandGuide/llvm-profdata.rst
+++ b/llvm/docs/CommandGuide/llvm-profdata.rst
@@ -164,8 +164,8 @@ OPTIONS
.. option:: --convert-sample-profile-layout=[nest|flat]
Convert the merged profile into a profile with a new layout. Supported
- layout are ``nest``(Nested profile, the input should be CS flat profile) and
- ``flat``(Profile with nested inlinees flattened out).
+ layout are ``nest`` (Nested profile, the input should be CS flat profile) and
+ ``flat`` (Profile with nested inlinees flattened out).
.. option:: --supplement-instr-with-sample=<file>
More information about the llvm-commits
mailing list