[libc-commits] [libc] [libc] Implement process_mrelease (PR #117851)

Schrodinger ZHU Yifan via libc-commits libc-commits at lists.llvm.org
Wed Nov 27 11:41:17 PST 2024


================
@@ -181,3 +181,23 @@ add_libc_unittest(
     libc.hdr.fcntl_macros
     libc.test.UnitTest.ErrnoSetterMatcher
 )
+
+add_libc_unittest(
+  process_mrelease_test
+  SUITE
+    libc_sys_mman_unittests
+  SRCS
+    process_mrelease_test.cpp
+  DEPENDS
+    libc.include.sys_mman
+    libc.include.sys_syscall
+    libc.src.errno.errno
+    libc.src.sys.mman.process_mrelease
+    libc.src.unistd.close
+    libc.src.signal.kill
+    libc.include.signal
+    libc.src.stdlib.exit
+    libc.src.__support.OSUtil.osutil
+    libc.src.__support.threads.sleep
+    libc.test.UnitTest.ErrnoSetterMatcher
+    )
----------------
SchrodingerZhu wrote:

can u remove the leading space on line 203

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


More information about the libc-commits mailing list