CMakeLists.txt 198 B

12345678910111213
  1. set(LLVM_LINK_COMPONENTS
  2. Core
  3. Support
  4. TransformUtils
  5. )
  6. add_llvm_unittest(UtilsTests
  7. ASanStackFrameLayoutTest.cpp
  8. Cloning.cpp
  9. IntegerDivision.cpp
  10. Local.cpp
  11. ValueMapperTest.cpp
  12. )