[libc-commits] [libc] b5d6da3 - [libc] Remove libc-fuzzer as a dependency to check-libc.

Siva Chandra Reddy via libc-commits libc-commits at lists.llvm.org
Wed Jun 9 22:09:32 PDT 2021


Author: Siva Chandra Reddy
Date: 2021-06-10T05:06:03Z
New Revision: b5d6da3587469246a77d573fdf17ffa85a07673c

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

LOG: [libc] Remove libc-fuzzer as a dependency to check-libc.

Added: 
    

Modified: 
    libc/fuzzing/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libc/fuzzing/CMakeLists.txt b/libc/fuzzing/CMakeLists.txt
index 5d8922bcc22b0..aed5402250e59 100644
--- a/libc/fuzzing/CMakeLists.txt
+++ b/libc/fuzzing/CMakeLists.txt
@@ -1,6 +1,5 @@
 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=fuzzer")
 add_custom_target(libc-fuzzer)
-add_dependencies(check-libc libc-fuzzer)
 
 add_subdirectory(math)
 add_subdirectory(string)


        


More information about the libc-commits mailing list