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

- fix missing space in UsersManual.rst

>From d2ba8f684ceb02c5ce112ee9b788be2a221b1e49 Mon Sep 17 00:00:00 2001
From: Alexander Zaitsev <zamazan...@tut.by>
Date: Thu, 22 Feb 2024 03:38:04 +0300
Subject: [PATCH] [clang] Fix missing space in UsersManual.rst

- fix missing space in UsersManual.rst
---
 clang/docs/UsersManual.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to