[llvm-branch-commits] [llvm] release/18.x: [docs][llvm-objcopy] Add missing formats (#81981) (PR #82470)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Feb 21 00:17:33 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-llvm-binary-utilities
Author: None (llvmbot)
<details>
<summary>Changes</summary>
Backport bf471c915d14035a24ec027fb2bb0373cefdabe1
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
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.
``````````
</details>
https://github.com/llvm/llvm-project/pull/82470
More information about the llvm-branch-commits
mailing list