[clang] [clang] Fix missing space in UsersManual.rst (PR #82558)

via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 21 16:39:47 PST 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Alexander Zaitsev (zamazan4ik)

<details>
<summary>Changes</summary>

- fix missing space in UsersManual.rst

---
Full diff: https://github.com/llvm/llvm-project/pull/82558.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 7391e4cf3a9aeb..703c6f93a48677 100644
--- a/clang/docs/UsersManual.rst
+++ b/clang/docs/UsersManual.rst
@@ -2454,7 +2454,7 @@ usual build cycle when using sample profilers for optimization:
 
    .. code-block:: console
 
-     $ llvm-profgen --binary=./code --output=code.prof--perfdata=perf.data
+     $ llvm-profgen --binary=./code --output=code.prof --perfdata=perf.data
 
 
 4. Build the code again using the collected profile. This step feeds

``````````

</details>


https://github.com/llvm/llvm-project/pull/82558


More information about the cfe-commits mailing list