[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / lldb / unittests / Core / CMakeLists.txt
blobdfe017b3c9c6eff81b02c7cfcb70519f14783fcc
1 add_lldb_unittest(LLDBCoreTests
2   CommunicationTest.cpp
3   DumpDataExtractorTest.cpp
4   FormatEntityTest.cpp
5   MangledTest.cpp
6   ModuleSpecTest.cpp
7   RichManglingContextTest.cpp
8   SourceLocationSpecTest.cpp
9   SourceManagerTest.cpp
10   StreamCallbackTest.cpp
11   UniqueCStringMapTest.cpp
13   LINK_LIBS
14     lldbCore
15     lldbHost
16     lldbSymbol
17     lldbPluginObjectFileELF
18     lldbPluginObjectFileMachO
19     lldbPluginObjectFilePECOFF
20     lldbPluginSymbolFileSymtab
21     lldbUtilityHelpers
22     LLVMTestingSupport
23   LINK_COMPONENTS
24     Support
25   )