[libc][NFC] Move aligned access implementations to separate header
[llvm-project.git] / lldb / unittests / Target / CMakeLists.txt
blob99431435d293633f7ae952efe4b687ab9bdb47e5
1 add_lldb_unittest(TargetTests
2   ABITest.cpp
3   DynamicRegisterInfoTest.cpp
4   ExecutionContextTest.cpp
5   MemoryRegionInfoTest.cpp
6   MemoryTest.cpp
7   MemoryTagMapTest.cpp
8   ModuleCacheTest.cpp
9   PathMappingListTest.cpp
10   RegisterFlagsTest.cpp
11   RemoteAwarePlatformTest.cpp
12   StackFrameRecognizerTest.cpp
13   FindFileTest.cpp
15   LINK_LIBS
16       lldbCore
17       lldbHost
18       lldbPluginObjectFileELF
19       lldbPluginPlatformLinux
20       lldbPluginPlatformMacOSX
21       lldbPluginSymbolFileSymtab
22       lldbTarget
23       lldbSymbol
24       lldbUtility
25       lldbUtilityHelpers
26     LINK_COMPONENTS
27       Support
28   )
30 add_unittest_inputs(TargetTests TestModule.so)