[PATCH] D38427: Graph builder implementation.
Serguei Katkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 23 23:39:15 PDT 2017
skatkov added a comment.
This patch causes the same unittest compilation failure which was fixed in https://reviews.llvm.org/D39020.
Please fix it asap or revert the patch.
================
Comment at: llvm/trunk/unittests/tools/llvm-cfi-verify/CMakeLists.txt:17
- FileAnalysis.cpp)
- target_link_libraries(CFIVerifyTests LLVMCFIVerify)
endif()
----------------
what is the reason you removed this line?
Repository:
rL LLVM
https://reviews.llvm.org/D38427
More information about the llvm-commits
mailing list