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: 352116
18 lines
345 B
CMake
18 lines
345 B
CMake
add_lldb_library(lldbPluginProcessNetBSD PLUGIN
|
|
NativeProcessNetBSD.cpp
|
|
NativeRegisterContextNetBSD.cpp
|
|
NativeRegisterContextNetBSD_x86_64.cpp
|
|
NativeThreadNetBSD.cpp
|
|
|
|
LINK_LIBS
|
|
lldbHost
|
|
lldbSymbol
|
|
lldbTarget
|
|
lldbUtility
|
|
lldbPluginProcessPOSIX
|
|
lldbPluginProcessUtility
|
|
util
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|