[libc-commits] [libc] 878cb51 - [libc][NFC][obvious] Remove a redudant dep of strcmp implementation.

Siva Chandra Reddy via libc-commits libc-commits at lists.llvm.org
Thu Sep 10 12:35:57 PDT 2020


Author: Siva Chandra Reddy
Date: 2020-09-10T12:34:32-07:00
New Revision: 878cb5170de9bf03798a40185952bdf50fe4a15e

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

LOG: [libc][NFC][obvious] Remove a redudant dep of strcmp implementation.

Added: 
    

Modified: 
    libc/src/string/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libc/src/string/CMakeLists.txt b/libc/src/string/CMakeLists.txt
index 8efe8c89e9e7..a347f2bf5267 100644
--- a/libc/src/string/CMakeLists.txt
+++ b/libc/src/string/CMakeLists.txt
@@ -48,8 +48,6 @@ add_entrypoint_object(
     strcmp.cpp
   HDRS
     strcmp.h
-  DEPENDS
-    libc.include.string
 )
 
 add_entrypoint_object(


        


More information about the libc-commits mailing list