llvm-6502/unittests/Transforms/Utils/CMakeLists.txt

13 lines
176 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
Core
Support
TransformUtils
)
add_llvm_unittest(UtilsTests
ASanStackFrameLayoutTest.cpp
Cloning.cpp
IntegerDivision.cpp
Local.cpp
)