[MemProf] Fix buildbot errors by requiring zlib
authorTeresa Johnson <tejohnson@google.com>
Thu, 22 Sep 2022 20:10:12 +0000 (13:10 -0700)
committerTeresa Johnson <tejohnson@google.com>
Thu, 22 Sep 2022 20:13:54 +0000 (13:13 -0700)
This should fix errors like the following from using the raw
memprof_pgo.profraw profile in a212d8da94d08e229aa8d65283e4b116310bba10:

profile uses zlib compression but the profile reader was built without zlib support

E.g.
https://lab.llvm.org/buildbot/#/builders/196/builds/18536

llvm/test/Transforms/PGOProfile/memprof.ll

index 6cb3626..0792aa1 100644 (file)
@@ -1,3 +1,5 @@
+; REQUIRES: zlib
+
 ;; Tests memprof profile matching (with and without instrumentation profiles).
 
 ;; TODO: Use text profile inputs once that is available for memprof.