[clang] e733d7e - Fix test clang-offload-bundler-zstd.c
Yaxun Liu via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 9 07:08:27 PST 2024
Author: Yaxun (Sam) Liu
Date: 2024-03-09T10:07:57-05:00
New Revision: e733d7e23f6553c55c85edd55511b133d2064677
URL: https://github.com/llvm/llvm-project/commit/e733d7e23f6553c55c85edd55511b133d2064677
DIFF: https://github.com/llvm/llvm-project/commit/e733d7e23f6553c55c85edd55511b133d2064677.diff
LOG: Fix test clang-offload-bundler-zstd.c
Added:
Modified:
clang/test/Driver/clang-offload-bundler-zstd.c
Removed:
################################################################################
diff --git a/clang/test/Driver/clang-offload-bundler-zstd.c b/clang/test/Driver/clang-offload-bundler-zstd.c
index c1eb3f6e7ebd07..4485e57309bbbc 100644
--- a/clang/test/Driver/clang-offload-bundler-zstd.c
+++ b/clang/test/Driver/clang-offload-bundler-zstd.c
@@ -32,7 +32,7 @@
// RUN:
diff %t.tgt2 %t.res.tgt2
//
// COMPRESS: Compression method used: zstd
-// COMPRESS: Compression level: 20
+// COMPRESS: Compression level: 3
// DECOMPRESS: Decompression method: zstd
// DECOMPRESS: Hashes match: Yes
// NOHOST-NOT: host-
More information about the cfe-commits
mailing list