Skip to content

Conversation

@ptr1337
Copy link
Contributor

@ptr1337 ptr1337 commented Nov 2, 2024

No description provided.

@llvmbot llvmbot added the PGO Profile Guided Optimizations label Nov 2, 2024
@ptr1337 ptr1337 changed the title [llvm-profdata] Fix typo in llfm-profdata [llvm-profdata] Fix typo in llvm-profdata Nov 2, 2024
@llvmbot
Copy link
Member

llvmbot commented Nov 2, 2024

@llvm/pr-subscribers-pgo

Author: Peter Jung (ptr1337)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/114675.diff

1 Files Affected:

  • (modified) llvm/tools/llvm-profdata/llvm-profdata.cpp (+1-1)
diff --git a/llvm/tools/llvm-profdata/llvm-profdata.cpp b/llvm/tools/llvm-profdata/llvm-profdata.cpp
index f7023aa966adf6..5ac99c56a1253c 100644
--- a/llvm/tools/llvm-profdata/llvm-profdata.cpp
+++ b/llvm/tools/llvm-profdata/llvm-profdata.cpp
@@ -128,7 +128,7 @@ cl::opt<std::string> DebugInfoFilename(
     cl::sub(ShowSubcommand), cl::sub(MergeSubcommand));
 cl::opt<std::string>
     BinaryFilename("binary-file", cl::init(""),
-                   cl::desc("For merge, use the provided unstripped bianry to "
+                   cl::desc("For merge, use the provided unstripped binary to "
                             "correlate the raw profile."),
                    cl::sub(MergeSubcommand));
 cl::list<std::string> DebugFileDirectory(

@ptr1337 ptr1337 force-pushed the llvm-profdata-typo branch from c6239bd to 3e8bbb2 Compare November 2, 2024 15:53
Copy link
Contributor

@teresajohnson teresajohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@MacDue MacDue merged commit 3ac2423 into llvm:main Mar 8, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PGO Profile Guided Optimizations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants