Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libdwarf: Enable dumping of zstd compressed sections
Otherwise it cannot dump objects created by our linux stdenv: $ echo 'int main() {}' > test.c $ cc -c -g test.c $ ./result-bin/bin/dwarfdump test.o ./result-bin/bin/dwarfdump ERROR: ERROR: Failure reading CU header or DIE, corrupt DWARF: DW_DLE_ZDEBUG_REQUIRES_ZLIB: zlib and zstd are missing, cannot decompress section.. Attempting to continue.
- Loading branch information