Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / unittests / ADT / CMakeLists.txt
blob12d7325036bf0514fc7ba4226a8f14c1c6483509
1 set(LLVM_LINK_COMPONENTS
2   Support
3   )
5 add_llvm_unittest(ADTTests
6   AnyTest.cpp
7   APFixedPointTest.cpp
8   APFloatTest.cpp
9   APIntTest.cpp
10   APSIntTest.cpp
11   ArrayRefTest.cpp
12   BitFieldsTest.cpp
13   BitmaskEnumTest.cpp
14   BitTest.cpp
15   BitVectorTest.cpp
16   BreadthFirstIteratorTest.cpp
17   BumpPtrListTest.cpp
18   CoalescingBitVectorTest.cpp
19   CombinationGeneratorTest.cpp
20   ConcurrentHashtableTest.cpp
21   DAGDeltaAlgorithmTest.cpp
22   DeltaAlgorithmTest.cpp
23   DenseMapTest.cpp
24   DenseSetTest.cpp
25   DepthFirstIteratorTest.cpp
26   DirectedGraphTest.cpp
27   EditDistanceTest.cpp
28   EnumeratedArrayTest.cpp
29   EquivalenceClassesTest.cpp
30   FallibleIteratorTest.cpp
31   FloatingPointMode.cpp
32   FoldingSet.cpp
33   FunctionExtrasTest.cpp
34   FunctionRefTest.cpp
35   HashingTest.cpp
36   IListBaseTest.cpp
37   IListIteratorTest.cpp
38   IListIteratorBitsTest.cpp
39   IListNodeBaseTest.cpp
40   IListNodeTest.cpp
41   IListSentinelTest.cpp
42   IListTest.cpp
43   ImmutableListTest.cpp
44   ImmutableMapTest.cpp
45   ImmutableSetTest.cpp
46   IntEqClassesTest.cpp
47   IntervalMapTest.cpp
48   IntervalTreeTest.cpp
49   IntrusiveRefCntPtrTest.cpp
50   IteratorTest.cpp
51   LazyAtomicPointerTest.cpp
52   MappedIteratorTest.cpp
53   MapVectorTest.cpp
54   MoveOnly.cpp
55   PackedVectorTest.cpp
56   PagedVectorTest.cpp
57   PointerEmbeddedIntTest.cpp
58   PointerIntPairTest.cpp
59   PointerSumTypeTest.cpp
60   PointerUnionTest.cpp
61   PostOrderIteratorTest.cpp
62   PriorityWorklistTest.cpp
63   RangeAdapterTest.cpp
64   SCCIteratorTest.cpp
65   STLExtrasTest.cpp
66   STLForwardCompatTest.cpp
67   ScopeExitTest.cpp
68   SequenceTest.cpp
69   SetOperationsTest.cpp
70   SetVectorTest.cpp
71   SimpleIListTest.cpp
72   SmallPtrSetTest.cpp
73   SmallSetTest.cpp
74   SmallStringTest.cpp
75   SmallVectorTest.cpp
76   SparseBitVectorTest.cpp
77   SparseMultiSetTest.cpp
78   SparseSetTest.cpp
79   StatisticTest.cpp
80   StringExtrasTest.cpp
81   StringMapTest.cpp
82   StringRefTest.cpp
83   StringSetTest.cpp
84   StringSwitchTest.cpp
85   TinyPtrVectorTest.cpp
86   TwineTest.cpp
87   TypeSwitchTest.cpp
88   TypeTraitsTest.cpp
89   )
91 target_link_libraries(ADTTests PRIVATE LLVMTestingSupport)
93 add_dependencies(ADTTests intrinsics_gen)