This is an archive of the discontinued LLVM Phabricator instance.

[lldb] [Process/NetBSD] Add missing linkage to -lutil
ClosedPublic

Authored by mgorny on Jan 24 2019, 2:15 PM.

Details

Summary

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

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny created this revision.Jan 24 2019, 2:15 PM
krytarowski accepted this revision.Jan 24 2019, 2:17 PM
This revision is now accepted and ready to land.Jan 24 2019, 2:17 PM
This revision was automatically updated to reflect the committed changes.