1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/unittests/XRay/CMakeLists.txt
Galina Kistanova 241ffa16b1 Reverted r338825 and all the following tries to fix issues introduced by that commit (r338826, r338827, r338829, r338880).
This commit has broken build bots and has been left unattended for too long.

llvm-svn: 338948
2018-08-04 01:59:12 +00:00

10 lines
132 B
CMake

set(LLVM_LINK_COMPONENTS
Support
)
add_llvm_unittest(XRayTests
GraphTest.cpp
)
add_dependencies(XRayTests intrinsics_gen)