[clangd] Fix warnings
[llvm-project.git] / llvm / unittests / CodeGen / GlobalISel / CMakeLists.txt
blobbce91c1ed6173ac34a2732340618eae97310e4de
1 set(LLVM_LINK_COMPONENTS
2   ${LLVM_TARGETS_TO_BUILD}
3   AsmParser
4   CodeGen
5   CodeGenTypes
6   Core
7   FileCheck
8   GlobalISel
9   MC
10   MIRParser
11   Support
12   Target
13   TargetParser
14   )
16 add_llvm_unittest(GlobalISelTests
17   ConstantFoldingTest.cpp
18   CSETest.cpp
19   GIMatchTableExecutorTest.cpp
20   LegalizerTest.cpp
21   LegalizerHelperTest.cpp
22   LegalizerInfoTest.cpp
23   MachineIRBuilderTest.cpp
24   GISelMITest.cpp
25   PatternMatchTest.cpp
26   KnownBitsTest.cpp
27   KnownBitsVectorTest.cpp
28   GISelUtilsTest.cpp
29   GISelAliasTest.cpp
30   CallLowering.cpp
31   InstructionSelectTest.cpp
32   )