Skip to content
Snippets Groups Projects
Commit db2381f4 authored by Kostya Serebryany's avatar Kostya Serebryany
Browse files

add -lcrypto to clang and clang-format fuzzers (lib/Fuzzer will soon require it)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237081 91177308-0d34-0410-b5e6-96231b3b80d8
parent f9f60c7a
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,5 @@ add_clang_executable(clang-format-fuzzer
target_link_libraries(clang-format-fuzzer
${CLANG_FORMAT_LIB_DEPS}
LLVMFuzzer
crypto
)
......@@ -16,5 +16,6 @@ if( LLVM_USE_SANITIZE_COVERAGE )
clangStaticAnalyzerFrontend
clangTooling
LLVMFuzzer
crypto
)
endif()
\ No newline at end of file
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment