]> granicus.if.org Git - clang/commitdiff
revert r237081 -- bad idea (-lcrypt may not be present)
authorKostya Serebryany <kcc@google.com>
Tue, 12 May 2015 03:10:42 +0000 (03:10 +0000)
committerKostya Serebryany <kcc@google.com>
Tue, 12 May 2015 03:10:42 +0000 (03:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237086 91177308-0d34-0410-b5e6-96231b3b80d8

tools/clang-format/fuzzer/CMakeLists.txt
tools/clang-fuzzer/CMakeLists.txt

index a392a6754e0e3d5aa49ebbef55f615b86bbf94c2..c7772fcb2f01646e24f1c6a34a5cf9fea0191ef9 100644 (file)
@@ -8,5 +8,4 @@ add_clang_executable(clang-format-fuzzer
 target_link_libraries(clang-format-fuzzer
   ${CLANG_FORMAT_LIB_DEPS}
   LLVMFuzzer
-  crypto
   )
index ca6e64a5bd9f4b1cc0268255edd31d4bf0b37b27..87d21c6bf116b68eea5b6f85f68f5f06f993a9e7 100644 (file)
@@ -16,6 +16,5 @@ if( LLVM_USE_SANITIZE_COVERAGE )
     clangStaticAnalyzerFrontend
     clangTooling
     LLVMFuzzer
-    crypto
     )
 endif()