[all-commits] [llvm/llvm-project] 0b140d: [Object] Add zstd decompression support to Decompr...

Fangrui Song via All-commits all-commits at lists.llvm.org
Mon Sep 19 11:41:33 PDT 2022


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

  Changed paths:
    M llvm/include/llvm/Object/Decompressor.h
    M llvm/include/llvm/Support/Compression.h
    M llvm/lib/Object/Decompressor.cpp
    M llvm/lib/Support/Compression.cpp
    A llvm/test/DebugInfo/dwarfdump-zstd.test
    A llvm/test/DebugInfo/symbolize-zstd.test
    A llvm/test/tools/llvm-dwp/X86/compress-zstd.test

  Log Message:
  -----------
  [Object] Add zstd decompression support to Decompressor

llvm::object::Decompressor is used by many DWARF consumers like llvm-dwarfdump,
llvm-dwp, llvm-symbolizer. Add tests to them. The lldb test can be left to
D133530.

Reviewed By: dblaikie

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




More information about the All-commits mailing list