Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / source / Plugins / ABI / Mips / CMakeLists.txt
blob7e2cfc80b55ffd9a48b545681330ee41d152ff47
1 add_lldb_library(lldbPluginABIMips PLUGIN
2   ABIMips.cpp
3   ABISysV_mips.cpp
4   ABISysV_mips64.cpp
6   LINK_LIBS
7     lldbCore
8     lldbSymbol
9     lldbTarget
10   LINK_COMPONENTS
11     Support
12     TargetParser
13   )