1set(LLVM_LINK_COMPONENTS 2 Support 3 ) 4 5add_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 FoldingSet.cpp 22 FunctionExtrasTest.cpp 23 FunctionRefTest.cpp 24 HashingTest.cpp 25 IListBaseTest.cpp 26 IListIteratorTest.cpp 27 IListNodeBaseTest.cpp 28 IListNodeTest.cpp 29 IListSentinelTest.cpp 30 IListTest.cpp 31 ImmutableMapTest.cpp 32 ImmutableSetTest.cpp 33 IntEqClassesTest.cpp 34 IntervalMapTest.cpp 35 IntrusiveRefCntPtrTest.cpp 36 IteratorTest.cpp 37 MakeUniqueTest.cpp 38 MappedIteratorTest.cpp 39 MapVectorTest.cpp 40 OptionalTest.cpp 41 PackedVectorTest.cpp 42 PointerEmbeddedIntTest.cpp 43 PointerIntPairTest.cpp 44 PointerSumTypeTest.cpp 45 PointerUnionTest.cpp 46 PostOrderIteratorTest.cpp 47 PriorityWorklistTest.cpp 48 RangeAdapterTest.cpp 49 SCCIteratorTest.cpp 50 STLExtrasTest.cpp 51 ScopeExitTest.cpp 52 SequenceTest.cpp 53 SetVectorTest.cpp 54 SimpleIListTest.cpp 55 SmallPtrSetTest.cpp 56 SmallSetTest.cpp 57 SmallStringTest.cpp 58 SmallVectorTest.cpp 59 SparseBitVectorTest.cpp 60 SparseMultiSetTest.cpp 61 SparseSetTest.cpp 62 StatisticTest.cpp 63 StringExtrasTest.cpp 64 StringMapTest.cpp 65 StringRefTest.cpp 66 StringSwitchTest.cpp 67 TinyPtrVectorTest.cpp 68 TripleTest.cpp 69 TwineTest.cpp 70 VariadicFunctionTest.cpp 71 ) 72 73add_dependencies(ADTTests intrinsics_gen) 74