forked from OSchip/llvm-project
21 lines
358 B
CMake
21 lines
358 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Analysis
|
|
AsmParser
|
|
Core
|
|
Support
|
|
TransformUtils
|
|
)
|
|
|
|
add_llvm_unittest(UtilsTests
|
|
ASanStackFrameLayoutTest.cpp
|
|
BasicBlockUtilsTest.cpp
|
|
CloningTest.cpp
|
|
CodeExtractorTest.cpp
|
|
FunctionComparatorTest.cpp
|
|
IntegerDivisionTest.cpp
|
|
LocalTest.cpp
|
|
SSAUpdaterBulkTest.cpp
|
|
UnrollLoopTest.cpp
|
|
ValueMapperTest.cpp
|
|
)
|