[PATCH] D39250: Fix LLVM_LINK_LLVM_DYLIB=On build of llvm-cfi-verify
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 24 13:21:42 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL316493: Fix LLVM_LINK_LLVM_DYLIB=On build of llvm-cfi-verify (authored by sbc).
Repository:
rL LLVM
https://reviews.llvm.org/D39250
Files:
llvm/trunk/tools/llvm-cfi-verify/CMakeLists.txt
llvm/trunk/unittests/tools/llvm-cfi-verify/CMakeLists.txt
Index: llvm/trunk/unittests/tools/llvm-cfi-verify/CMakeLists.txt
===================================================================
--- llvm/trunk/unittests/tools/llvm-cfi-verify/CMakeLists.txt
+++ llvm/trunk/unittests/tools/llvm-cfi-verify/CMakeLists.txt
@@ -4,7 +4,6 @@
AllTargetsDescs
AllTargetsDisassemblers
AllTargetsInfos
- CFIVerify
MC
MCParser
Object
Index: llvm/trunk/tools/llvm-cfi-verify/CMakeLists.txt
===================================================================
--- llvm/trunk/tools/llvm-cfi-verify/CMakeLists.txt
+++ llvm/trunk/tools/llvm-cfi-verify/CMakeLists.txt
@@ -4,7 +4,6 @@
AllTargetsDescs
AllTargetsDisassemblers
AllTargetsInfos
- CFIVerify
MC
MCParser
Object
@@ -15,3 +14,4 @@
llvm-cfi-verify.cpp)
add_subdirectory(lib)
+target_link_libraries(llvm-cfi-verify LLVMCFIVerify)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39250.120123.patch
Type: text/x-patch
Size: 849 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171024/1bc09f1d/attachment.bin>
More information about the llvm-commits
mailing list