[lit] Remove unnecessary tracking of test_index
[llvm-complete.git] / unittests / CodeGen / GlobalISel / CMakeLists.txt
blob01c8f4ecdec77c890734025bf6cc442669924e5f
1 set(LLVM_LINK_COMPONENTS
2   ${LLVM_TARGETS_TO_BUILD}
3   CodeGen
4   Core
5   GlobalISel
6   MC
7   MIRParser
8   Support
9   Target
10   )
12 add_llvm_unittest(GlobalISelTests
13   ConstantFoldingTest.cpp
14   CSETest.cpp
15   LegalizerHelperTest.cpp
16   LegalizerInfoTest.cpp
17   MachineIRBuilderTest.cpp
18   GISelMITest.cpp
19   PatternMatchTest.cpp
20   KnownBitsTest.cpp
21   )