[XRay] Add missing LLVMTestingSupport target_link_libraries

Without this builds with `-DLLVM_LINK_LLVM_DYLIB=ON` fail.

llvm-svn: 341899
This commit is contained in:
Heejin Ahn 2018-09-11 04:48:08 +00:00
parent d0cf1b26d4
commit a9076e35d4
1 changed files with 1 additions and 0 deletions

View File

@ -16,3 +16,4 @@ add_llvm_unittest(XRayTests
)
add_dependencies(XRayTests intrinsics_gen)
target_link_libraries(XRayTests PRIVATE LLVMTestingSupport)