[all-commits] [llvm/llvm-project] 0cd676: [MemProf] Fix buildbot errors by requiring zlib

Teresa Johnson via All-commits all-commits at lists.llvm.org
Thu Sep 22 13:14:24 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0cd6763fa93159b84d70a5bb602c24996acaafaa
      https://github.com/llvm/llvm-project/commit/0cd6763fa93159b84d70a5bb602c24996acaafaa
  Author: Teresa Johnson <tejohnson at google.com>
  Date:   2022-09-22 (Thu, 22 Sep 2022)

  Changed paths:
    M llvm/test/Transforms/PGOProfile/memprof.ll

  Log Message:
  -----------
  [MemProf] Fix buildbot errors by requiring zlib

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




More information about the All-commits mailing list