Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / source / Plugins / ObjectFile / COFF / CMakeLists.txt
blobe65b7ea50121842bb5669bca36f9f44934840a9b
1 add_lldb_library(lldbPluginObjectFileCOFF PLUGIN
2   ObjectFileCOFF.cpp
4   LINK_LIBS
5     lldbCore
6     lldbHost
7     lldbSymbol
8     lldbTarget
10   LINK_COMPONENTS
11     BinaryFormat
12     Object
13     Support)