Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / unittests / Transforms / Utils / CMakeLists.txt
blob8a14a5b8e249efa2265c1dde79278e7deedd0437
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   AsmParser
4   BitWriter
5   Core
6   Support
7   TransformUtils
8   Passes
9   Vectorize
10   )
12 add_llvm_unittest(UtilsTests
13   ASanStackFrameLayoutTest.cpp
14   BasicBlockUtilsTest.cpp
15   CallPromotionUtilsTest.cpp
16   CloningTest.cpp
17   CodeExtractorTest.cpp
18   CodeLayoutTest.cpp
19   CodeMoverUtilsTest.cpp
20   DebugifyTest.cpp
21   DXILResourceTest.cpp
22   FunctionComparatorTest.cpp
23   IntegerDivisionTest.cpp
24   LocalTest.cpp
25   LoopRotationUtilsTest.cpp
26   LoopUtilsTest.cpp
27   MemTransferLowering.cpp
28   ModuleUtilsTest.cpp
29   ScalarEvolutionExpanderTest.cpp
30   SizeOptsTest.cpp
31   SSAUpdaterBulkTest.cpp
32   UnrollLoopTest.cpp
33   ValueMapperTest.cpp
34   ProfDataUtilTest.cpp
35   )