Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / unittests / TestingSupport / Symbol / CMakeLists.txt
blobc4eef2e453dc4b9171a619eab24eee8662b732cb
1 set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
2 add_lldb_library(lldbSymbolHelpers
3   YAMLModuleTester.cpp
5   LINK_LIBS
6     lldbCore
7     lldbHost
8     lldbPluginExpressionParserClang
9     lldbPluginObjectFileELF
10     lldbPluginSymbolFileDWARF
11     lldbPluginTypeSystemClang
12     lldbUtilityHelpers
13     LLVMTestingSupport
15   LINK_COMPONENTS
16     ObjectYAML
17   )