[clang] [llvm] [HIP] change compress level (PR #83605)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 2 17:31:54 PST 2024


================
@@ -1,4 +1,4 @@
-// REQUIRES: zlib
+// REQUIRES: zlib && !zstd
----------------
MaskRay wrote:

Since zstd configurations become more prevalence, `zlib && !zstd` would essentially disable the test for increasingly more bots. But I guess this cannot be improved.

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


More information about the llvm-commits mailing list