[libc-commits] [libc] 16c24a8 - [libc] Disable bind test for riscv

Mikhail R. Gadelha via libc-commits libc-commits at lists.llvm.org
Sat Jul 20 15:25:55 PDT 2024


Author: Mikhail R. Gadelha
Date: 2024-07-20T19:25:47-03:00
New Revision: 16c24a850d6c60f02bc897e159d24a86aae09555

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

LOG: [libc] Disable bind test for riscv

Currently it's returning ENXIO on bind and the build bots are failing

Added: 
    

Modified: 
    libc/config/linux/riscv/entrypoints.txt

Removed: 
    


################################################################################
diff  --git a/libc/config/linux/riscv/entrypoints.txt b/libc/config/linux/riscv/entrypoints.txt
index 026100736bb67..54a382eccb546 100644
--- a/libc/config/linux/riscv/entrypoints.txt
+++ b/libc/config/linux/riscv/entrypoints.txt
@@ -843,7 +843,6 @@ if(LLVM_LIBC_FULL_BUILD)
     libc.src.sys.select.select
 
     # sys/socket.h entrypoints
-    libc.src.sys.socket.bind
     libc.src.sys.socket.socket
   )
 endif()


        


More information about the libc-commits mailing list