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:
Serguei Katkov 2017-10-24 09:42:55 +00:00
parent 6d5a5b98ab
commit 3356acacf7
1 changed files with 1 additions and 0 deletions

View File

@ -14,3 +14,4 @@ set(LLVM_LINK_COMPONENTS
add_llvm_unittest(CFIVerifyTests
FileAnalysis.cpp
GraphBuilder.cpp)
target_link_libraries(CFIVerifyTests LLVMCFIVerify)