projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0cf1b2
)
[XRay] Add missing LLVMTestingSupport target_link_libraries
author
Heejin Ahn
<aheejin@gmail.com>
Tue, 11 Sep 2018 04:48:08 +0000
(
04:48
+0000)
committer
Heejin Ahn
<aheejin@gmail.com>
Tue, 11 Sep 2018 04:48:08 +0000
(
04:48
+0000)
Without this builds with `-DLLVM_LINK_LLVM_DYLIB=ON` fail.
llvm-svn: 341899
llvm/unittests/XRay/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/llvm/unittests/XRay/CMakeLists.txt
b/llvm/unittests/XRay/CMakeLists.txt
index
3ba5c13
..
37dbc29
100644
(file)
--- a/
llvm/unittests/XRay/CMakeLists.txt
+++ b/
llvm/unittests/XRay/CMakeLists.txt
@@
-16,3
+16,4
@@
add_llvm_unittest(XRayTests
)
add_dependencies(XRayTests intrinsics_gen)
+target_link_libraries(XRayTests PRIVATE LLVMTestingSupport)