forked from OSchip/llvm-project
Restore the fix rL316059 eliminated by rL316372
rL316059 fixed the potential build failure when compiling with -DLLVM_BUILD_LLVM_DYLIB=ON -DLLVM_LINK_LLVM_DYLIB=ON. rL316372 just reverted the part of the fix, so restore it. llvm-svn: 316422
This commit is contained in:
parent
6d5a5b98ab
commit
3356acacf7
|
@ -14,3 +14,4 @@ set(LLVM_LINK_COMPONENTS
|
|||
add_llvm_unittest(CFIVerifyTests
|
||||
FileAnalysis.cpp
|
||||
GraphBuilder.cpp)
|
||||
target_link_libraries(CFIVerifyTests LLVMCFIVerify)
|
||||
|
|
Loading…
Reference in New Issue