[all-commits] [llvm/llvm-project] fbf5e8: [MC] Support writing ELFCOMPRESS_ZSTD compressed d...

Fangrui Song via All-commits all-commits at lists.llvm.org
Thu Sep 8 01:00:24 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fbf5e87219c5690c9ae1496a5bbda1198ee87b83
      https://github.com/llvm/llvm-project/commit/fbf5e87219c5690c9ae1496a5bbda1198ee87b83
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-09-08 (Thu, 08 Sep 2022)

  Changed paths:
    M llvm/lib/MC/ELFObjectWriter.cpp
    M llvm/test/MC/ELF/compress-debug-sections-zlib-unavailable.s
    A llvm/test/MC/ELF/compress-debug-sections-zstd-unavailable.s
    A llvm/test/MC/ELF/compress-debug-sections-zstd.s
    M llvm/tools/llvm-mc/llvm-mc.cpp

  Log Message:
  -----------
  [MC] Support writing ELFCOMPRESS_ZSTD compressed debug info sections

and add --compress-debug-sections=zstd to llvm-mc for testing.

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D130724




More information about the All-commits mailing list