From dd179352160672266a94777e0462d00d7fdf0a10 Mon Sep 17 00:00:00 2001 From: Douglas Yung Date: Fri, 14 Jun 2019 01:08:50 +0000 Subject: [PATCH] Add REQUIRES: zlib to test added in r363325 as the profile uses zlib compression. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363347 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/llvm-cov/universal_bin_wrapping_archives.test | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tools/llvm-cov/universal_bin_wrapping_archives.test b/test/tools/llvm-cov/universal_bin_wrapping_archives.test index d9f58156450..5c04f7c6ba5 100644 --- a/test/tools/llvm-cov/universal_bin_wrapping_archives.test +++ b/test/tools/llvm-cov/universal_bin_wrapping_archives.test @@ -12,6 +12,7 @@ ar -q archive_32 obj1_32.o obj2_32.o ar -q archive_64 obj1_64.o obj2_64.o lipo -output universal_bin_wrapping_archives -create archive_32 archive_64 --- +REQUIRES: zlib RUN: llvm-profdata merge %S/Inputs/universal_bin_wrapping_archives/universal_bin_wrapping_archives.proftext -o %t.profdata -- 2.40.0