Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / unittests / UnwindAssembly / PPC64 / CMakeLists.txt
blob679f7664cb876020501c76754d1cd790685a7113
1 add_lldb_unittest(PPC64InstEmulationTests
2   TestPPC64InstEmulation.cpp
3   LINK_LIBS
4     lldbCore
5     lldbSymbol
6     lldbTarget
7     lldbPluginUnwindAssemblyInstEmulation
8     lldbPluginDisassemblerLLVMC
9     lldbPluginInstructionPPC64
10     lldbPluginProcessUtility
11   LINK_COMPONENTS
12     Support
13     ${LLVM_TARGETS_TO_BUILD})