Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / source / Plugins / OperatingSystem / Python / CMakeLists.txt
blob91d7901011bc4af887721e799150a3f3dfed28ae
1 add_lldb_library(lldbPluginOperatingSystemPython PLUGIN
2   OperatingSystemPython.cpp
4   LINK_LIBS
5     lldbCore
6     lldbInterpreter
7     lldbSymbol
8     lldbTarget
9     lldbPluginProcessUtility
10   )