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

llvm-svn: 237086
This commit is contained in:
Kostya Serebryany 2015-05-12 03:10:42 +00:00
parent 069391ac15
commit 123e3eb0be
2 changed files with 0 additions and 2 deletions

View File

@ -8,5 +8,4 @@ add_clang_executable(clang-format-fuzzer
target_link_libraries(clang-format-fuzzer
${CLANG_FORMAT_LIB_DEPS}
LLVMFuzzer
crypto
)

View File

@ -16,6 +16,5 @@ if( LLVM_USE_SANITIZE_COVERAGE )
clangStaticAnalyzerFrontend
clangTooling
LLVMFuzzer
crypto
)
endif()