diff options
author | Mitch Phillips <mitchp@google.com> | 2024-04-05 10:59:32 +0200 |
---|---|---|
committer | Mitch Phillips <mitchp@google.com> | 2024-04-05 11:42:52 +0200 |
commit | be8bc3cf43f07f68d89c82db45e29f63b432ceb5 (patch) | |
tree | e83317a1f458f90e5ce96c98d8ef39963dbdd98d /llvm/docs/CommandGuide | |
parent | 163301d785a7e6b45d25a4060a239d6af72d6ae6 (diff) | |
download | llvm-be8bc3cf43f07f68d89c82db45e29f63b432ceb5.zip llvm-be8bc3cf43f07f68d89c82db45e29f63b432ceb5.tar.gz llvm-be8bc3cf43f07f68d89c82db45e29f63b432ceb5.tar.bz2 |
Revert "[llvm-objcopy] Add --compress-sections"
This reverts commit 9e3b64b9f95aadf57568576712902a272fe66503.
Reason: Broke the UBSan buildbot. See the comments in the pull request
(https://github.com/llvm/llvm-project/pull/85036) for more information.
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objcopy.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objcopy.rst b/llvm/docs/CommandGuide/llvm-objcopy.rst index 57d6280..985d16e 100644 --- a/llvm/docs/CommandGuide/llvm-objcopy.rst +++ b/llvm/docs/CommandGuide/llvm-objcopy.rst @@ -309,14 +309,6 @@ them. Compress DWARF debug sections in the output, using the specified format. Supported formats are ``zlib`` and ``zstd``. Use ``zlib`` if ``<format>`` is omitted. -.. option:: --compress-sections <section>=<format> - - Compress or decompress sections matched by ``<section>`` using the specified - format. Supported formats are ``zlib`` and ``zstd``. Specify ``none`` for - decompression. When a section is matched by multiple options, the last one - wins. A wildcard ``<section>`` starting with '!' is disallowed. - Sections within a segment cannot be (de)compressed. - .. option:: --decompress-debug-sections Decompress any compressed DWARF debug sections in the output. |