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

2024-02-21 Thread via cfe-commits

llvmbot wrote:




@llvm/pr-subscribers-clang

Author: Alexander Zaitsev (zamazan4ik)


Changes

- 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

``




https://github.com/llvm/llvm-project/pull/82558
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


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

2024-02-21 Thread via cfe-commits

github-actions[bot] wrote:



Thank you for submitting a Pull Request (PR) to the LLVM Project!

This PR will be automatically labeled and the relevant teams will be
notified.

If you wish to, you can add reviewers by using the "Reviewers" section on this 
page.

If this is not working for you, it is probably because you do not have write
permissions for the repository. In which case you can instead tag reviewers by
name in a comment by using `@` followed by their GitHub username.

If you have received no comments on your PR for a week, you can request a review
by "ping"ing the PR by adding a comment “Ping”. The common courtesy "ping" rate
is once a week. Please remember that you are asking for valuable time from 
other developers.

If you have further questions, they may be answered by the [LLVM GitHub User 
Guide](https://llvm.org/docs/GitHub.html).

You can also ask questions in a comment on this PR, on the [LLVM 
Discord](https://discord.com/invite/xS7Z362) or on the 
[forums](https://discourse.llvm.org/).

https://github.com/llvm/llvm-project/pull/82558
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


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

2024-02-21 Thread Alexander Zaitsev via cfe-commits

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