[lldb-dev] [Bug 44690] Include guards missing for compression.h
via lldb-dev
lldb-dev at lists.llvm.org
Mon Jan 27 19:43:30 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=44690
Jonas Devlieghere <jdevlieghere at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Jonas Devlieghere <jdevlieghere at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20200128/42f082d4/attachment.html>
More information about the lldb-dev
mailing list