Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / source / Plugins / ABI / SystemZ / CMakeLists.txt
blob11d659b03b55afb0f2cb8f16faef59575dfe3edf
1 add_lldb_library(lldbPluginABISystemZ PLUGIN
2   ABISysV_s390x.cpp
4   LINK_LIBS
5     lldbCore
6     lldbSymbol
7     lldbTarget
8   LINK_COMPONENTS
9     Support
10     TargetParser
11   )