summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/XRay/CMakeLists.txt
blob: 9872c901d137b3b799dc6cce8186a990f97519bc (plain)
1
2
3
4
5
6
7
8
9
set(LLVM_LINK_COMPONENTS
  Support
  )

add_llvm_unittest(XRayTests
  GraphTest.cpp
  )

add_dependencies(XRayTests intrinsics_gen)
OpenPOWER on IntegriCloud