Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / unittests / SymbolFile / DWARF / CMakeLists.txt
blob4a37ece12429153e9a4b5f7a357eadd032c582c1
1 add_lldb_unittest(SymbolFileDWARFTests
2   DWARFASTParserClangTests.cpp
3   DWARFDIETest.cpp
4   DWARFIndexCachingTest.cpp
5   DWARFUnitTest.cpp
6   SymbolFileDWARFTests.cpp
7   XcodeSDKModuleTests.cpp
9   LINK_LIBS
10     lldbCore
11     lldbHost
12     lldbSymbol
13     lldbPluginObjectFilePECOFF
14     lldbPluginSymbolFileDWARF
15     lldbPluginSymbolFilePDB
16     lldbPluginTypeSystemClang
17     lldbPluginPlatformMacOSX
18     lldbUtilityHelpers
19     lldbSymbolHelpers
20     LLVMTestingSupport
21   LINK_COMPONENTS
22     Support
23     DebugInfoPDB
24   )
26 set(test_inputs
27    test-dwarf.exe
28    DW_AT_default_value-test.yaml)
30 add_unittest_inputs(SymbolFileDWARFTests "${test_inputs}")