Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git] / unittests / ADT / CMakeLists.txt
blobd2a35273389fa18805635b34cb42063c00ebaf93
1 set(LLVM_LINK_COMPONENTS
2   Support
3   )
5 add_llvm_unittest(ADTTests
6   AnyTest.cpp
7   APFloatTest.cpp
8   APIntTest.cpp
9   APSIntTest.cpp
10   ArrayRefTest.cpp
11   BitmaskEnumTest.cpp
12   BitVectorTest.cpp
13   BreadthFirstIteratorTest.cpp
14   BumpPtrListTest.cpp
15   DAGDeltaAlgorithmTest.cpp
16   DeltaAlgorithmTest.cpp
17   DenseMapTest.cpp
18   DenseSetTest.cpp
19   DepthFirstIteratorTest.cpp
20   EquivalenceClassesTest.cpp
21   FallibleIteratorTest.cpp
22   FoldingSet.cpp
23   FunctionExtrasTest.cpp
24   FunctionRefTest.cpp
25   HashingTest.cpp
26   IListBaseTest.cpp
27   IListIteratorTest.cpp
28   IListNodeBaseTest.cpp
29   IListNodeTest.cpp
30   IListSentinelTest.cpp
31   IListTest.cpp
32   ImmutableListTest.cpp
33   ImmutableMapTest.cpp
34   ImmutableSetTest.cpp
35   IntEqClassesTest.cpp
36   IntervalMapTest.cpp
37   IntrusiveRefCntPtrTest.cpp
38   IteratorTest.cpp
39   MakeUniqueTest.cpp
40   MappedIteratorTest.cpp
41   MapVectorTest.cpp
42   OptionalTest.cpp
43   PackedVectorTest.cpp
44   PointerEmbeddedIntTest.cpp
45   PointerIntPairTest.cpp
46   PointerSumTypeTest.cpp
47   PointerUnionTest.cpp
48   PostOrderIteratorTest.cpp
49   PriorityWorklistTest.cpp
50   RangeAdapterTest.cpp
51   SCCIteratorTest.cpp
52   STLExtrasTest.cpp
53   ScopeExitTest.cpp
54   SequenceTest.cpp
55   SetVectorTest.cpp
56   SimpleIListTest.cpp
57   SmallPtrSetTest.cpp
58   SmallSetTest.cpp
59   SmallStringTest.cpp
60   SmallVectorTest.cpp
61   SparseBitVectorTest.cpp
62   SparseMultiSetTest.cpp
63   SparseSetTest.cpp
64   StatisticTest.cpp
65   StringExtrasTest.cpp
66   StringMapTest.cpp
67   StringRefTest.cpp
68   StringSwitchTest.cpp
69   TinyPtrVectorTest.cpp
70   TripleTest.cpp
71   TwineTest.cpp
72   VariadicFunctionTest.cpp
73   )
75 target_link_libraries(ADTTests PRIVATE LLVMTestingSupport)
77 add_dependencies(ADTTests intrinsics_gen)