[lld] [ELF] Add --compression-level (PR #90567)

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 30 11:16:57 PDT 2024


================
@@ -29,6 +29,9 @@ ELF Improvements
 * ``--compress-sections <section-glib>=[none|zlib|zstd]`` is added to compress
   matched output sections without the ``SHF_ALLOC`` flag.
   (`#84855 <https://github.com/llvm/llvm-project/pull/84855>`_)
+* ``--compression-level`` is added to set the compression level
+  for ``--compress-debug-sections=[zlib|zstd]`` and ``--compress-sections``.
+  (`#90567 <https://github.com/llvm/llvm-project/pull/90567>`_)
----------------
smithp35 wrote:

Worth mentioning that default compression level is now independent of linker optimization level (Z_BEST_SPEED)? 

https://github.com/llvm/llvm-project/pull/90567


More information about the llvm-commits mailing list