Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / source / Plugins / Process / NetBSD / CMakeLists.txt
blob13f3790497b9d31e5e77ffffcbb3f599d0a0bcbe
1 add_lldb_library(lldbPluginProcessNetBSD
2   NativeProcessNetBSD.cpp
3   NativeRegisterContextNetBSD.cpp
4   NativeRegisterContextNetBSD_x86_64.cpp
5   NativeThreadNetBSD.cpp
7   LINK_LIBS
8     lldbHost
9     lldbSymbol
10     lldbTarget
11     lldbUtility
12     lldbPluginProcessPOSIX
13     lldbPluginProcessUtility
14     util
15   LINK_COMPONENTS
16     Support
17   )