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

revert r237081 -- bad idea (-lcrypt may not be present)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237086 91177308-0d34-0410-b5e6-96231b3b80d8
parent db2381f4
No related branches found
No related tags found
No related merge requests found
......@@ -8,5 +8,4 @@ add_clang_executable(clang-format-fuzzer
target_link_libraries(clang-format-fuzzer
${CLANG_FORMAT_LIB_DEPS}
LLVMFuzzer
crypto
)
......@@ -16,6 +16,5 @@ if( LLVM_USE_SANITIZE_COVERAGE )
clangStaticAnalyzerFrontend
clangTooling
LLVMFuzzer
crypto
)
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