forked from OSchip/llvm-project
Fix LLVM_LINK_LLVM_DYLIB=On build of llvm-cfi-verify
Subscribers: mgorny, aheejin Differential Revision: https://reviews.llvm.org/D39250 llvm-svn: 316493
This commit is contained in:
parent
323f2e1715
commit
dabd5be42d
|
@ -4,7 +4,6 @@ set(LLVM_LINK_COMPONENTS
|
|||
AllTargetsDescs
|
||||
AllTargetsDisassemblers
|
||||
AllTargetsInfos
|
||||
CFIVerify
|
||||
MC
|
||||
MCParser
|
||||
Object
|
||||
|
@ -15,3 +14,4 @@ add_llvm_tool(llvm-cfi-verify
|
|||
llvm-cfi-verify.cpp)
|
||||
|
||||
add_subdirectory(lib)
|
||||
target_link_libraries(llvm-cfi-verify LLVMCFIVerify)
|
||||
|
|
|
@ -4,7 +4,6 @@ set(LLVM_LINK_COMPONENTS
|
|||
AllTargetsDescs
|
||||
AllTargetsDisassemblers
|
||||
AllTargetsInfos
|
||||
CFIVerify
|
||||
MC
|
||||
MCParser
|
||||
Object
|
||||
|
|
Loading…
Reference in New Issue