[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment
[llvm-core.git] / unittests / IR / CMakeLists.txt
blobd27c6d969f17721bf9d7dc26c41894380377ae58
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   AsmParser
4   Core
5   Support
6   Passes
7   )
9 add_llvm_unittest(IRTests
10   AsmWriterTest.cpp
11   AttributesTest.cpp
12   BasicBlockTest.cpp
13   CFGBuilder.cpp
14   ConstantRangeTest.cpp
15   ConstantsTest.cpp
16   DataLayoutTest.cpp
17   DebugInfoTest.cpp
18   DebugTypeODRUniquingTest.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   TimePassesTest.cpp
34   TypesTest.cpp
35   UseTest.cpp
36   UserTest.cpp
37   ValueHandleTest.cpp
38   ValueMapTest.cpp
39   ValueTest.cpp
40   VectorTypesTest.cpp
41   VerifierTest.cpp
42   WaymarkTest.cpp
43   )
45 target_link_libraries(IRTests PRIVATE LLVMTestingSupport)