[libc] [llvm] [libc][c11] Add stdio.h's rename() function (PR #85068)

Nick Desaulniers via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 13 09:00:23 PDT 2024


================
@@ -11,3 +11,17 @@ add_entrypoint_object(
     libc.src.__support.OSUtil.osutil
     libc.src.errno.errno
 )
+
+add_entrypoint_object(
+  rename
+  SRCS
+    rename.cpp
+  HDRS
+    ../rename.h
+  DEPENDS
+    libc.include.fcntl
+    libc.include.unistd
+    libc.include.sys_syscall
----------------
nickdesaulniers wrote:

sort these (or the whole block)

https://github.com/llvm/llvm-project/pull/85068


More information about the llvm-commits mailing list