Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / source / Plugins / Architecture / AArch64 / CMakeLists.txt
blob9bcf99318622d54be8ab12f0ae6af83423b59e47
1 add_lldb_library(lldbPluginArchitectureAArch64 PLUGIN
2   ArchitectureAArch64.cpp
4   LINK_LIBS
5     lldbPluginProcessUtility
6     lldbCore
7     lldbTarget
8     lldbUtility
9   LINK_COMPONENTS
10     Support
11   )