[docs] Fix build-docs.sh
[llvm-project.git] / llvm / unittests / Transforms / Utils / CMakeLists.txt
blob751de6fc5becc9d084cb3f72e3456829fd553cf1
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   CodeMoverUtilsTest.cpp
19   DebugifyTest.cpp
20   FunctionComparatorTest.cpp
21   IntegerDivisionTest.cpp
22   LocalTest.cpp
23   LoopRotationUtilsTest.cpp
24   LoopUtilsTest.cpp
25   MemTransferLowering.cpp
26   ModuleUtilsTest.cpp
27   ScalarEvolutionExpanderTest.cpp
28   SizeOptsTest.cpp
29   SSAUpdaterBulkTest.cpp
30   UnrollLoopTest.cpp
31   ValueMapperTest.cpp
32   VFABIUtils.cpp
33   ProfDataUtilTest.cpp
34   )
36 set_property(TARGET UtilsTests PROPERTY FOLDER "Tests/UnitTests/TransformsTests")