summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Transforms/Utils/CMakeLists.txt
blob: 657d151048e8143d1f7479d17db7a21d47eeb033 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set(LLVM_LINK_COMPONENTS
  Analysis
  Core
  Support
  TransformUtils
  )

add_llvm_unittest(UtilsTests
  ASanStackFrameLayoutTest.cpp
  Cloning.cpp
  IntegerDivision.cpp
  Local.cpp
  MemorySSA.cpp
  ValueMapperTest.cpp
  )
OpenPOWER on IntegriCloud