[Lldb-commits] [PATCH] D119186: [lldb][gdb-remote] Fix linking of gdb-remote when LLVM_ENABLE_ZLIB is ON

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 7 13:50:50 PST 2022


JDevlieghere added a comment.

Basically it should mirror what we have for LZMA:

  if (LLDB_ENABLE_LZMA)
    list(APPEND EXTRA_LIBS ${LIBLZMA_LIBRARIES})
  endif()


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119186



More information about the lldb-commits mailing list