[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git] / lldb / unittests / Target / CMakeLists.txt
bloba64876184de1604856d15a0cbb94e193c01dea45
1 add_lldb_unittest(TargetTests
2   ABITest.cpp
3   DynamicRegisterInfoTest.cpp
4   ExecutionContextTest.cpp
5   LocateModuleCallbackTest.cpp
6   MemoryRegionInfoTest.cpp
7   MemoryTest.cpp
8   MemoryTagMapTest.cpp
9   ModuleCacheTest.cpp
10   PathMappingListTest.cpp
11   RegisterFlagsTest.cpp
12   RemoteAwarePlatformTest.cpp
13   StackFrameRecognizerTest.cpp
14   SummaryStatisticsTest.cpp
15   FindFileTest.cpp
17   LINK_LIBS
18       lldbCore
19       lldbHost
20       lldbPluginObjectFileBreakpad
21       lldbPluginObjectFileELF
22       lldbPluginPlatformLinux
23       lldbPluginPlatformMacOSX
24       lldbPluginPlatformAndroid
25       lldbPluginSymbolFileBreakpad
26       lldbPluginSymbolFileSymtab
27       lldbTarget
28       lldbSymbol
29       lldbUtility
30       lldbUtilityHelpers
31     LINK_COMPONENTS
32       Support
33   )
35 set(test_inputs
36   AndroidModule.so
37   AndroidModule.so.sym
38   AndroidModule.unstripped.so
39   TestModule.so
40   )
41 add_unittest_inputs(TargetTests "${test_inputs}")