Nikita Popov b96e7570c9 [UnitTests] Move MergeFunction test from Utils to IPO
So we depend on the correct library.
2024-11-28 16:25:05 +01:00

36 lines
671 B
CMake

set(LLVM_LINK_COMPONENTS
Analysis
AsmParser
BitWriter
Core
ProfileData
Support
TransformUtils
Passes
Vectorize
)
add_llvm_unittest(UtilsTests
ASanStackFrameLayoutTest.cpp
BasicBlockUtilsTest.cpp
CallPromotionUtilsTest.cpp
CloningTest.cpp
CodeExtractorTest.cpp
CodeLayoutTest.cpp
CodeMoverUtilsTest.cpp
DebugifyTest.cpp
FunctionComparatorTest.cpp
IntegerDivisionTest.cpp
LocalTest.cpp
LoopRotationUtilsTest.cpp
LoopUtilsTest.cpp
MemTransferLowering.cpp
ModuleUtilsTest.cpp
ScalarEvolutionExpanderTest.cpp
SizeOptsTest.cpp
SSAUpdaterBulkTest.cpp
UnrollLoopTest.cpp
ValueMapperTest.cpp
ProfDataUtilTest.cpp
)