• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  TransformUtils
3  )
4
5add_llvm_unittest(UtilsTests
6  Cloning.cpp
7  IntegerDivision.cpp
8  Local.cpp
9  SpecialCaseList.cpp
10  )
11