OSDN Git Service

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