Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / source / Plugins / Process / FreeBSD / CMakeLists.txt
blob598911ce8c955184eaf5d6eaca62eb980b1397c3
1 add_lldb_library(lldbPluginProcessFreeBSD
2   NativeProcessFreeBSD.cpp
3   NativeRegisterContextFreeBSD.cpp
4   NativeRegisterContextFreeBSD_arm.cpp
5   NativeRegisterContextFreeBSD_arm64.cpp
6   NativeRegisterContextFreeBSD_mips64.cpp
7   NativeRegisterContextFreeBSD_powerpc.cpp
8   NativeRegisterContextFreeBSD_x86_64.cpp
9   NativeThreadFreeBSD.cpp
11   LINK_LIBS
12     lldbHost
13     lldbSymbol
14     lldbTarget
15     lldbUtility
16     lldbPluginProcessPOSIX
17     lldbPluginProcessUtility
18   LINK_COMPONENTS
19     Support
20   )