android13/external/llvm/unittests/Transforms/Utils/CMakeLists.txt

16 lines
225 B
CMake
Raw Normal View History

2024-06-22 08:45:49 -04:00
set(LLVM_LINK_COMPONENTS
Analysis
Core
Support
TransformUtils
)
add_llvm_unittest(UtilsTests
ASanStackFrameLayoutTest.cpp
Cloning.cpp
IntegerDivision.cpp
Local.cpp
MemorySSA.cpp
ValueMapperTest.cpp
)