Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / source / Plugins / Process / mach-core / CMakeLists.txt
blobe79cd82c92a6734940e831ece501a7fe19bf9ee5
1 add_lldb_library(lldbPluginProcessMachCore PLUGIN
2   ProcessMachCore.cpp
3   ThreadMachCore.cpp
5   LINK_LIBS
6     lldbBreakpoint
7     lldbCore
8     lldbHost
9     lldbSymbol
10     lldbTarget
11     lldbUtility
12     lldbPluginDynamicLoaderDarwinKernel
13     lldbPluginDynamicLoaderMacOSXDYLD
14     lldbPluginObjectFileMachO
15   LINK_COMPONENTS
16     Support
17   )