Skip to content

Commit

Permalink
Merging r352116:
Browse files Browse the repository at this point in the history
------------------------------------------------------------------------
r352116 | mgorny | 2019-01-24 23:20:47 +0100 (Thu, 24 Jan 2019) | 9 lines

[Process/NetBSD] Add missing linkage to -lutil

Add missing linkage to fix build failure with LLD:

  ld: error: undefined symbol: kinfo_getvmmap
  >>> referenced by NativeProcessNetBSD.cpp
  >>>               NativeProcessNetBSD.cpp.o:(lldb_private::process_netbsd::NativeProcessNetBSD::PopulateMemoryRegionCache()) in archive lib/liblldbPluginProcessNetBSD.a

Differential Revision: https://reviews.llvm.org/D57193
------------------------------------------------------------------------

llvm-svn: 352134
  • Loading branch information
zmodem committed Jan 25, 2019
1 parent 400f8a3 commit 24479b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lldb/source/Plugins/Process/NetBSD/CMakeLists.txt
Expand Up @@ -11,6 +11,7 @@ add_lldb_library(lldbPluginProcessNetBSD PLUGIN
lldbUtility
lldbPluginProcessPOSIX
lldbPluginProcessUtility
util
LINK_COMPONENTS
Support
)

0 comments on commit 24479b1

Please sign in to comment.