Skip to content

release/18.x: [docs][llvm-objcopy] Add missing formats (#81981) #82470

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

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

llvmbot
Copy link
Member

@llvmbot llvmbot commented Feb 21, 2024

Backport bf471c9

Requested by: @uweigand

@llvmbot llvmbot added this to the LLVM 18.X Release milestone Feb 21, 2024
@llvmbot
Copy link
Member Author

llvmbot commented Feb 21, 2024

@jh7370 What do you think about merging this PR to the release branch?

@llvmbot
Copy link
Member Author

llvmbot commented Feb 21, 2024

@llvm/pr-subscribers-llvm-binary-utilities

Author: None (llvmbot)

Changes

Backport bf471c9

Requested by: @uweigand


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

1 Files Affected:

  • (modified) llvm/docs/CommandGuide/llvm-objcopy.rst (+4)
diff --git a/llvm/docs/CommandGuide/llvm-objcopy.rst b/llvm/docs/CommandGuide/llvm-objcopy.rst
index 6e13cd94b92fda..01a96f2f4f770e 100644
--- a/llvm/docs/CommandGuide/llvm-objcopy.rst
+++ b/llvm/docs/CommandGuide/llvm-objcopy.rst
@@ -538,6 +538,10 @@ options. For GNU :program:`objcopy` compatibility, the values are all bfdnames.
 - `elf64-tradlittlemips`
 - `elf32-sparc`
 - `elf32-sparcel`
+- `elf32-hexagon`
+- `elf32-loongarch`
+- `elf64-loongarch`
+- `elf64-s390`
 
 Additionally, all targets except `binary` and `ihex` can have `-freebsd` as a
 suffix.

Copy link
Collaborator

@jh7370 jh7370 left a comment

Choose a reason for hiding this comment

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

LGTM!

Bring list of supported formats in docs back in sync with the code.

(cherry picked from commit bf471c9)
@tstellar tstellar merged commit 7103145 into llvm:release/18.x Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

4 participants