[libc-commits] [libc] 8bec88e - Remove strcmp fuzz from CMakeList since it breaks build.

via libc-commits libc-commits at lists.llvm.org
Tue Jun 23 09:52:57 PDT 2020


Author: cgyurgyik
Date: 2020-06-23T12:52:36-04:00
New Revision: 8bec88e638481f9f9a1f2d1d3c2349d7bc366e9f

URL: https://github.com/llvm/llvm-project/commit/8bec88e638481f9f9a1f2d1d3c2349d7bc366e9f
DIFF: https://github.com/llvm/llvm-project/commit/8bec88e638481f9f9a1f2d1d3c2349d7bc366e9f.diff

LOG: Remove strcmp fuzz from CMakeList since it breaks build.

Added: 
    

Modified: 
    libc/fuzzing/string/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libc/fuzzing/string/CMakeLists.txt b/libc/fuzzing/string/CMakeLists.txt
index db3def324fcc..326bf9c07175 100644
--- a/libc/fuzzing/string/CMakeLists.txt
+++ b/libc/fuzzing/string/CMakeLists.txt
@@ -7,11 +7,3 @@ add_libc_fuzzer(
     libc.src.string.strcpy
     libc.src.string.strlen
 )
-
-add_libc_fuzzer(
-  strcmp_fuzz
-  SRCS
-    strcmp_fuzz.cpp
-  DEPENDS
-    libc.src.string.strcmp
-)


        


More information about the libc-commits mailing list