[llvm] [docs][llvm-objcopy] Add missing formats (PR #81981)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 16 03:04:18 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-llvm-binary-utilities
Author: Ulrich Weigand (uweigand)
<details>
<summary>Changes</summary>
Bring list of supported formats in docs back in sync with the code.
---
Full diff: https://github.com/llvm/llvm-project/pull/81981.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 b823be9e828249..0fb3c4bed643a5 100644
--- a/llvm/docs/CommandGuide/llvm-objcopy.rst
+++ b/llvm/docs/CommandGuide/llvm-objcopy.rst
@@ -543,6 +543,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`
The following formats are suppoprted by :program:`llvm-objcopy` for the
:option:`--output-target` only:
``````````
</details>
https://github.com/llvm/llvm-project/pull/81981
More information about the llvm-commits
mailing list