[OpenACC] Create AST nodes for 'data' constructs
[llvm-project.git] / lldb / source / Plugins / Architecture / Mips / CMakeLists.txt
blob9734edc6b12bbd7459152f5616084b10fafce28d
1 add_lldb_library(lldbPluginArchitectureMips PLUGIN
2   ArchitectureMips.cpp
4   LINK_LIBS
5     lldbCore
6     lldbTarget
7     lldbUtility
8   LINK_COMPONENTS
9     Support
10   )