[AArch64,ELF] Restrict MOVZ/MOVK to non-PIC large code model (#70178)
[llvm-project.git] / lldb / unittests / Process / gdb-remote / CMakeLists.txt
blobde14dc0169c13fe980a407d2886bf10976c3b1d9
1 add_lldb_unittest(ProcessGdbRemoteTests
2   GDBRemoteClientBaseTest.cpp
3   GDBRemoteCommunicationClientTest.cpp
4   GDBRemoteCommunicationServerLLGSTest.cpp
5   GDBRemoteCommunicationServerTest.cpp
6   GDBRemoteCommunicationTest.cpp
7   GDBRemoteTestUtils.cpp
8   PortMapTest.cpp
10   LINK_LIBS
11     lldbCore
12     lldbHost
13     lldbPluginPlatformMacOSX
14     lldbPluginProcessUtility
15     lldbPluginProcessGDBRemote
17     LLVMTestingSupport
19   LINK_COMPONENTS
20     Support
21   )