• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  Support
3  )
4
5add_llvm_unittest(XRayTests
6  GraphTest.cpp
7  )
8
9add_dependencies(XRayTests intrinsics_gen)
10