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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits