[all-commits] [llvm/llvm-project] eb5ee9: [LLDB] Add missing declarations for linking to psapi

Martin Storsjö via All-commits all-commits at lists.llvm.org
Mon Feb 3 03:00:37 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: eb5ee9275d7a5efa54b89ca7fcf2adfaa326a457
      https://github.com/llvm/llvm-project/commit/eb5ee9275d7a5efa54b89ca7fcf2adfaa326a457
  Author: Martin Storsjö <martin at martin.st>
  Date:   2020-02-03 (Mon, 03 Feb 2020)

  Changed paths:
    M lldb/source/Host/CMakeLists.txt
    M lldb/source/Plugins/Process/Windows/Common/CMakeLists.txt

  Log Message:
  -----------
  [LLDB] Add missing declarations for linking to psapi

This fixes building for mingw with BUILD_SHARED_LIBS. In static builds,
the psapi dependency gets linked in transitively from Support, but
when linking Support dynamically, it's revealed that these components
also need linking against psapi.

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




More information about the All-commits mailing list