Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / source / Plugins / UnwindAssembly / x86 / CMakeLists.txt
blob425ae11909923da24211737b61bc059fc47e69d3
1 add_lldb_library(lldbPluginUnwindAssemblyX86 PLUGIN
2   UnwindAssembly-x86.cpp
3   x86AssemblyInspectionEngine.cpp
5   LINK_LIBS
6     lldbCore
7     lldbSymbol
8     lldbTarget
9     lldbUtility
10   LINK_COMPONENTS
11     Support
12     MC
13     MCDisassembler
14   )