Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / unittests / Thread / CMakeLists.txt
blobd6e365adac5dd7035d5c071431d07c582e39551c
1 add_lldb_unittest(ThreadTests
2   ThreadTest.cpp
4   LINK_LIBS
5       lldbCore
6       lldbHost
7       lldbTarget
8       lldbSymbol
9       lldbUtility
10       lldbUtilityHelpers
11       lldbInterpreter
12       lldbBreakpoint
13       lldbPluginPlatformLinux
14   )