[libc-commits] [libc] 1cd3d19 - [libc] Add bcmp to the windows config.

Siva Chandra Reddy via libc-commits libc-commits at lists.llvm.org
Thu Aug 19 21:51:49 PDT 2021


Author: Siva Chandra Reddy
Date: 2021-08-20T04:51:09Z
New Revision: 1cd3d19271458186c9e420a6c5584c2e74cc7ec5

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

LOG: [libc] Add bcmp to the windows config.

Added: 
    

Modified: 
    libc/config/windows/entrypoints.txt

Removed: 
    


################################################################################
diff  --git a/libc/config/windows/entrypoints.txt b/libc/config/windows/entrypoints.txt
index 40fefb8c8c3cb..28092183560df 100644
--- a/libc/config/windows/entrypoints.txt
+++ b/libc/config/windows/entrypoints.txt
@@ -21,6 +21,7 @@ set(TARGET_LIBC_ENTRYPOINTS
     libc.src.errno.__errno_location
 
     # string.h entrypoints
+    libc.src.string.bcmp
     libc.src.string.bzero
     libc.src.string.memchr
     libc.src.string.memcmp


        


More information about the libc-commits mailing list