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

add_llvm_unittest(UtilsTests
  Cloning.cpp
  Local.cpp
  )