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