[AMDGPU] Mark AGPR tuple implicit in the first instr of AGPR spills. (#115285)
[llvm-project.git] / lldb / source / Plugins / ObjectFile / Mach-O / CMakeLists.txt
blobd39b93768ae7d982a3d80c57367ab85b5cbd8220
1 add_lldb_library(lldbPluginObjectFileMachO PLUGIN
2   ObjectFileMachO.cpp
4   LINK_LIBS
5     lldbCore
6     lldbHost
7     lldbSymbol
8     lldbTarget
9     lldbUtility
10     lldbPluginProcessUtility
11   LINK_COMPONENTS
12     Support
13   )