summaryrefslogtreecommitdiffstats
path: root/tools/clang-fuzzer
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2015-05-12 03:10:42 +0000
committerKostya Serebryany <kcc@google.com>2015-05-12 03:10:42 +0000
commit06eee1e75242b563b5e46bbea758b8bee661fc05 (patch)
tree0e4466f68404e689404fb3a1196d7b08b0d2ca1b /tools/clang-fuzzer
parentdb2381f431722f8d89fa308365381ba9b73d9d15 (diff)
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
Diffstat (limited to 'tools/clang-fuzzer')
-rw-r--r--tools/clang-fuzzer/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/clang-fuzzer/CMakeLists.txt b/tools/clang-fuzzer/CMakeLists.txt
index ca6e64a5bd..87d21c6bf1 100644
--- a/tools/clang-fuzzer/CMakeLists.txt
+++ b/tools/clang-fuzzer/CMakeLists.txt
@@ -16,6 +16,5 @@ if( LLVM_USE_SANITIZE_COVERAGE )
clangStaticAnalyzerFrontend
clangTooling
LLVMFuzzer
- crypto
)
endif()