OSDN Git Service

Inline a few CMake variables into their only uses.
[android-x86/external-llvm.git] / unittests / IR / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   AsmParser
4   Core
5   Support
6   Passes
7   )
8
9 add_llvm_unittest(IRTests
10   AsmWriterTest.cpp
11   AttributesTest.cpp
12   BasicBlockTest.cpp
13   CFGBuilder.cpp
14   ConstantRangeTest.cpp
15   ConstantsTest.cpp
16   DebugInfoTest.cpp
17   DebugTypeODRUniquingTest.cpp
18   DeferredDominanceTest.cpp
19   DominatorTreeTest.cpp
20   DominatorTreeBatchUpdatesTest.cpp
21   FunctionTest.cpp
22   PassBuilderCallbacksTest.cpp
23   IRBuilderTest.cpp
24   InstructionsTest.cpp
25   IntrinsicsTest.cpp
26   LegacyPassManagerTest.cpp
27   MDBuilderTest.cpp
28   ManglerTest.cpp
29   MetadataTest.cpp
30   ModuleTest.cpp
31   PassManagerTest.cpp
32   PatternMatch.cpp
33   TypeBuilderTest.cpp
34   TypesTest.cpp
35   UseTest.cpp
36   UserTest.cpp
37   ValueHandleTest.cpp
38   ValueMapTest.cpp
39   ValueTest.cpp
40   VerifierTest.cpp
41   WaymarkTest.cpp
42   )