diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-objcopy.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objcopy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objcopy.rst b/llvm/docs/CommandGuide/llvm-objcopy.rst index 01bb43e..8894a7f 100644 --- a/llvm/docs/CommandGuide/llvm-objcopy.rst +++ b/llvm/docs/CommandGuide/llvm-objcopy.rst @@ -299,7 +299,7 @@ them. .. option:: --compress-debug-sections [<format>] Compress DWARF debug sections in the output, using the specified format. - Supported formats are ``zlib``. Use ``zlib`` if ``<format>`` is omitted. + Supported formats are ``zlib`` and ``zstd``. Use ``zlib`` if ``<format>`` is omitted. .. option:: --decompress-debug-sections |