28 lines
530 B
CMake
28 lines
530 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Analysis
|
||
|
AsmParser
|
||
|
Core
|
||
|
Support
|
||
|
TransformUtils
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(UtilsTests
|
||
|
ASanStackFrameLayoutTest.cpp
|
||
|
BasicBlockUtilsTest.cpp
|
||
|
CallPromotionUtilsTest.cpp
|
||
|
CloningTest.cpp
|
||
|
CodeExtractorTest.cpp
|
||
|
CodeMoverUtilsTest.cpp
|
||
|
FunctionComparatorTest.cpp
|
||
|
IntegerDivisionTest.cpp
|
||
|
LocalTest.cpp
|
||
|
LoopRotationUtilsTest.cpp
|
||
|
LoopUtilsTest.cpp
|
||
|
ScalarEvolutionExpanderTest.cpp
|
||
|
SizeOptsTest.cpp
|
||
|
SSAUpdaterBulkTest.cpp
|
||
|
UnrollLoopTest.cpp
|
||
|
ValueMapperTest.cpp
|
||
|
VFABIUtils.cpp
|
||
|
)
|