[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / lldb / unittests / Symbol / CMakeLists.txt
blob60c0a9bdcf467731fa50f0597eb8f69e441b967e
1 add_lldb_unittest(SymbolTests
2   LocateSymbolFileTest.cpp
3   MangledTest.cpp
4   PostfixExpressionTest.cpp
5   SymbolTest.cpp
6   SymtabTest.cpp
7   TestTypeSystem.cpp
8   TestTypeSystemClang.cpp
9   TestClangASTImporter.cpp
10   TestDWARFCallFrameInfo.cpp
11   TestType.cpp
12   TestLineEntry.cpp
14   LINK_LIBS
15     lldbCore
16     lldbHost
17     lldbSymbol
18     lldbUtilityHelpers
19     lldbPluginObjectFileELF
20     lldbPluginObjectFileMachO
21     lldbPluginSymbolFileDWARF
22     lldbPluginSymbolFileSymtab
23     lldbPluginTypeSystemClang
24     LLVMTestingSupport
25   )
27 set(test_inputs
28   inlined-functions.yaml
29   )
30 add_unittest_inputs(SymbolTests "${test_inputs}")