summaryrefslogtreecommitdiffstats
path: root/tools/clang-fuzzer
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2015-05-12 01:29:04 +0000
committerKostya Serebryany <kcc@google.com>2015-05-12 01:29:04 +0000
commitdb2381f431722f8d89fa308365381ba9b73d9d15 (patch)
tree32cd2855513fa6b0d6b6802b7e59dc0d414c4429 /tools/clang-fuzzer
parentf9f60c7adc51ad6e458d282d3cb5c9d35164fe59 (diff)
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
Diffstat (limited to 'tools/clang-fuzzer')
-rw-r--r--tools/clang-fuzzer/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/clang-fuzzer/CMakeLists.txt b/tools/clang-fuzzer/CMakeLists.txt
index a6c19e1c0e..ca6e64a5bd 100644
--- a/tools/clang-fuzzer/CMakeLists.txt
+++ b/tools/clang-fuzzer/CMakeLists.txt
@@ -16,5 +16,6 @@ if( LLVM_USE_SANITIZE_COVERAGE )
clangStaticAnalyzerFrontend
clangTooling
LLVMFuzzer
+ crypto
)
-endif() \ No newline at end of file
+endif()