Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / source / Plugins / ABI / PowerPC / CMakeLists.txt
blob3ab251e4c64d7cf34d1054a01e3eb77d583eaff6
1 add_lldb_library(lldbPluginABIPowerPC PLUGIN
2   ABIPowerPC.cpp
3   ABISysV_ppc.cpp
4   ABISysV_ppc64.cpp
6   LINK_LIBS
7     lldbCore
8     lldbSymbol
9     lldbTarget
10     lldbPluginTypeSystemClang
11   LINK_COMPONENTS
12     Support
13     TargetParser
14   )