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

12 lines
181 B
CMake
Raw Normal View History

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