[PATCH] D70764: build: reduce CMake handling for zlib

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 10:24:16 PST 2019


compnerd added a comment.

In D70764#1767395 <https://reviews.llvm.org/D70764#1767395>, @JDevlieghere wrote:

> Having one canonical variable controlling zlib support seems indeed desirable.
>
> In D70519#1754618 <https://reviews.llvm.org/D70519#1754618>, @labath wrote:
>
> > With this patch, what is the output of `llvm-config --system-libs` ?
>
>
> @compnerd What's the answer to this for this patch?


Sorry, didn't see the question.  From my local build:

   $ ./bin/llvm-config --system-libs
  /usr/lib/x86_64-linux-gnu/libz.so -lrt -ldl -ltinfo -lpthread -lm /usr/lib/x86_64-linux-gnu/libxml2.so


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70764/new/

https://reviews.llvm.org/D70764





More information about the llvm-commits mailing list