2012-06-21 11:51:26 +02:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
2016-03-02 01:58:48 +01:00
|
|
|
Analysis
|
2017-09-21 21:52:03 +02:00
|
|
|
AsmParser
|
2013-12-10 12:13:32 +01:00
|
|
|
Core
|
|
|
|
Support
|
2012-06-21 11:51:26 +02:00
|
|
|
TransformUtils
|
|
|
|
)
|
|
|
|
|
|
|
|
add_llvm_unittest(UtilsTests
|
2013-12-06 10:00:17 +01:00
|
|
|
ASanStackFrameLayoutTest.cpp
|
2018-09-03 14:43:26 +02:00
|
|
|
BasicBlockUtilsTest.cpp
|
|
|
|
CloningTest.cpp
|
|
|
|
CodeExtractorTest.cpp
|
|
|
|
FunctionComparatorTest.cpp
|
|
|
|
IntegerDivisionTest.cpp
|
|
|
|
LocalTest.cpp
|
|
|
|
SSAUpdaterBulkTest.cpp
|
2018-09-25 12:08:47 +02:00
|
|
|
UnrollLoopTest.cpp
|
2015-03-17 02:14:40 +01:00
|
|
|
ValueMapperTest.cpp
|
2012-06-21 11:51:26 +02:00
|
|
|
)
|