-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Fixed typo in llvm-otool #168395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed typo in llvm-otool #168395
Conversation
|
@llvm/pr-subscribers-llvm-binary-utilities Author: Daniel Wedzicha (boredhuman) ChangesThis is a duplicate of #168302 Full diff: https://github.com/llvm/llvm-project/pull/168395.diff 1 Files Affected:
diff --git a/llvm/tools/llvm-objdump/OtoolOpts.td b/llvm/tools/llvm-objdump/OtoolOpts.td
index dc7a5b445cffe..706d9e0182f58 100644
--- a/llvm/tools/llvm-objdump/OtoolOpts.td
+++ b/llvm/tools/llvm-objdump/OtoolOpts.td
@@ -14,7 +14,7 @@ def G : Flag<["-"], "G">, HelpText<"print data-in-code table">;
def h : Flag<["-"], "h">, HelpText<"print mach header">;
def I : Flag<["-"], "I">, HelpText<"print indirect symbol table">;
def j : Flag<["-"], "j">, HelpText<"print opcode bytes">;
-def l : Flag<["-"], "l">, HelpText<"print load commnads">;
+def l : Flag<["-"], "l">, HelpText<"print load commands">;
def L : Flag<["-"], "L">, HelpText<"print used shared libraries">;
def mcpu_EQ : Joined<["-"], "mcpu=">, HelpText<"select cpu for disassembly">;
def o : Flag<["-"], "o">, HelpText<"print Objective-C segment">;
|
jh7370
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM again, but you need to mark your email address as non-private, per LLVM policy.
Do you have commit access?
|
I think I understand. I toggled off private email in github settings. |
|
Please let me know if anything else needs to be done, not sure exactly what you mean when you ask if I have commit access. Am I able to create/make new commits? Yes. |
|
Are you able to click the Squash and merge button? If not, you don't have commit access and I can merge for you. |
|
I don't see that, so please merge for me. Thanks. |
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/174/builds/27613 Here is the relevant piece of the build log for the reference |
This is a duplicate of #168302
I accidently closed that pr when I clicked resync fork in github, which I clicked because I made too shallow of a clone, which after force pushing my commit with email address, caused the pull request to become completely busted.
Apologies for the inconvenience.