[clangd] Fix warnings
[llvm-project.git] / llvm / unittests / Transforms / Utils / CMakeLists.txt
blob5c7ec28709c169e2136d6336471084f498886fb2
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   AsmParser
4   BitWriter
5   Core
6   ProfileData
7   Support
8   TransformUtils
9   Passes
10   Vectorize
11   )
13 add_llvm_unittest(UtilsTests
14   ASanStackFrameLayoutTest.cpp
15   BasicBlockUtilsTest.cpp
16   CallPromotionUtilsTest.cpp
17   CloningTest.cpp
18   CodeExtractorTest.cpp
19   CodeLayoutTest.cpp
20   CodeMoverUtilsTest.cpp
21   DebugifyTest.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   )