[AMDGPU] Mark AGPR tuple implicit in the first instr of AGPR spills. (#115285)
[llvm-project.git] / lldb / source / Plugins / DynamicLoader / Darwin-Kernel / CMakeLists.txt
bloba22a83363ffea912a028ae2e2dbbfac335cafac9
1 lldb_tablegen(DynamicLoaderDarwinKernelProperties.inc -gen-lldb-property-defs
2   SOURCE DynamicLoaderDarwinKernelProperties.td
3   TARGET LLDBPluginDynamicLoaderDarwinKernelPropertiesGen)
5 lldb_tablegen(DynamicLoaderDarwinKernelPropertiesEnum.inc -gen-lldb-property-enum-defs
6   SOURCE DynamicLoaderDarwinKernelProperties.td
7   TARGET LLDBPluginDynamicLoaderDarwinKernelPropertiesEnumGen)
9 add_lldb_library(lldbPluginDynamicLoaderDarwinKernel PLUGIN
10   DynamicLoaderDarwinKernel.cpp
12   LINK_LIBS
13     lldbBreakpoint
14     lldbCore
15     lldbHost
16     lldbInterpreter
17     lldbSymbol
18     lldbTarget
19     lldbUtility
20     lldbPluginObjectFileMachO
21   )
23 add_dependencies(lldbPluginDynamicLoaderDarwinKernel
24   LLDBPluginDynamicLoaderDarwinKernelPropertiesGen
25   LLDBPluginDynamicLoaderDarwinKernelPropertiesEnumGen)