[libc-commits] [libc] [libc] disable process_mrelease for riscv (PR #117956)
via libc-commits
libc-commits at lists.llvm.org
Wed Nov 27 18:16:43 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Schrodinger ZHU Yifan (SchrodingerZhu)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/117956.diff
1 Files Affected:
- (modified) libc/config/linux/riscv/entrypoints.txt (+2-1)
``````````diff
diff --git a/libc/config/linux/riscv/entrypoints.txt b/libc/config/linux/riscv/entrypoints.txt
index 4ea65f76d7948d..3baf734d3d8197 100644
--- a/libc/config/linux/riscv/entrypoints.txt
+++ b/libc/config/linux/riscv/entrypoints.txt
@@ -251,7 +251,8 @@ set(TARGET_LIBC_ENTRYPOINTS
libc.src.sys.mman.munmap
libc.src.sys.mman.remap_file_pages
libc.src.sys.mman.posix_madvise
- libc.src.sys.mman.process_mrelease
+ # TODO: disabled due to buildbot failure. further investigation needed.
+ # libc.src.sys.mman.process_mrelease
libc.src.sys.mman.shm_open
libc.src.sys.mman.shm_unlink
``````````
</details>
https://github.com/llvm/llvm-project/pull/117956
More information about the libc-commits
mailing list