forked from OSchip/llvm-project
[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:
parent
d0cf1b26d4
commit
a9076e35d4
|
@ -16,3 +16,4 @@ add_llvm_unittest(XRayTests
|
|||
)
|
||||
|
||||
add_dependencies(XRayTests intrinsics_gen)
|
||||
target_link_libraries(XRayTests PRIVATE LLVMTestingSupport)
|
||||
|
|
Loading…
Reference in New Issue