https://bugs.llvm.org/show_bug.cgi?id=44690
Jonas Devlieghere <jdevliegh...@apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Jonas Devlieghere <jdevliegh...@apple.com> ---
This code is in debugserver which is macOS-only. We always have libcompresion
there. Furthermore it entirely separate from the rest of LLDB and doesn't read
the header that defines HAVE_LIBCOMPRESSION.
I don't think you want to build debugserver for NixOS. It should only be a
target on Darwin. See tools/CMakeLists.txt:
13 if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
14 add_lldb_tool_subdirectory(darwin-debug)
15 if(NOT LLDB_USE_SYSTEM_DEBUGSERVER)
16 add_lldb_tool_subdirectory(debugserver)
17 endif()
18 endif()
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev