Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
unittests
/
XRay
/
CMakeLists.txt
blob: 9872c901d137b3b799dc6cce8186a990f97519bc [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Support
)
add_llvm_unittest(XRayTests
GraphTest.cpp
)
add_dependencies(XRayTests intrinsics_gen)