1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Add REQUIRES: zlib to test added in r363325 as the profile uses zlib compression.

llvm-svn: 363347
This commit is contained in:
Douglas Yung 2019-06-14 01:08:50 +00:00
parent 3e11a165dc
commit d51d125005

View File

@ -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