summaryrefslogtreecommitdiff
path: root/unittests/Transforms/Utils/CMakeLists.txt
blob: 3cff95e84b70e25fadad4b657718ceb80c889697 (plain)
1
2
3
4
5
6
7
8
9
10
11
set(LLVM_LINK_COMPONENTS
  TransformUtils
  )

add_llvm_unittest(UtilsTests
  ASanStackFrameLayoutTest.cpp
  Cloning.cpp
  IntegerDivision.cpp
  Local.cpp
  SpecialCaseList.cpp
  )