[llvm] [llvm-readobj,ELF] Support --decompress/-z (PR #82594)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 00:45:55 PST 2024


================
@@ -0,0 +1,67 @@
+# REQUIRES: zlib
----------------
jh7370 wrote:

That's fine, but one thought that did occur to me is that I suspect zlib is available on more machines than zstd, therefore by having a zstd unsupported test case, you'd be more likely to have coverage of both the supported and unsupported code paths on the same machine.

I'm okay if you still want to do it though.

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


More information about the llvm-commits mailing list