llvm-project/llvm/lib/DebugInfo
Fangrui Song 141c9d7759 [llvm-dwp] Add SHF_COMPRESSED support and remove .zdebug support
clang 14 removed -gz=zlib-gnu and ld.lld/llvm-objcopy removed .zdebug support
recently. llvm-dwp currently doesn't support SHF_COMPRESSED. Add support and
remove .zdebug support.

Simplify llvm::object::Decompressor which has no .zdebug user now.

While here, add tests for ELF32LE, ELF32BE, and ELF64BE.

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D129728
2022-07-14 16:19:32 -07:00
..
CodeView ManagedStatic: remove many straightforward uses in llvm 2022-07-10 10:29:15 +02:00
DWARF [llvm-dwp] Add SHF_COMPRESSED support and remove .zdebug support 2022-07-14 16:19:32 -07:00
GSYM [llvm] Don't use Optional::hasValue (NFC) 2022-06-20 10:38:12 -07:00
MSF ManagedStatic: remove many straightforward uses in llvm 2022-07-10 10:29:15 +02:00
PDB ManagedStatic: remove many straightforward uses in llvm 2022-07-10 10:29:15 +02:00
Symbolize [llvm] [Debuginfod] DebuginfodCollection and DebuginfodServer for tracking local debuginfo. 2022-07-06 20:02:14 +00:00
CMakeLists.txt