[all-commits] [llvm/llvm-project] 780d7d: [lldb] Allows customizing libxml2 for darwin

hhb via All-commits all-commits at lists.llvm.org
Wed May 20 12:29:31 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 780d7d77327c3537cc2c2aa9314aa2ad92cfe070
      https://github.com/llvm/llvm-project/commit/780d7d77327c3537cc2c2aa9314aa2ad92cfe070
  Author: Haibo Huang <hhb at google.com>
  Date:   2020-05-20 (Wed, 20 May 2020)

  Changed paths:
    M lldb/cmake/modules/LLDBConfig.cmake
    M lldb/source/Host/CMakeLists.txt
    M lldb/source/Plugins/Platform/MacOSX/CMakeLists.txt
    M lldb/source/Plugins/Process/gdb-remote/CMakeLists.txt
    M lldb/source/Plugins/SymbolVendor/MacOSX/CMakeLists.txt

  Log Message:
  -----------
  [lldb] Allows customizing libxml2 for darwin

Summary:
This changes allows to disable or use customized libxml2 for lldb.

1. Removes redundant include_directories. The one in LLDBConfig.cmake should be enough.

2. Link to ${LIBXML2_LIBRARIES} if xml2 is enabled.

Subscribers: mgorny, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D80257




More information about the All-commits mailing list