[AMDGPU] Mark AGPR tuple implicit in the first instr of AGPR spills. (#115285)
[llvm-project.git] / lldb / source / Plugins / ObjectFile / PDB / CMakeLists.txt
blobd5ade2b93ad868320fdf0426da99c0811f188362
1 add_lldb_library(lldbPluginObjectFilePDB PLUGIN
2   ObjectFilePDB.cpp
4   LINK_LIBS
5     lldbCore
6     lldbSymbol
7     lldbUtility
8   LINK_COMPONENTS
9     Support
10   )