[all-commits] [llvm/llvm-project] 72c6e4: libc: Introduce calls to sysconf to get page size.

Peter Collingbourne via All-commits all-commits at lists.llvm.org
Wed Oct 15 12:31:48 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 72c6e4b230ddb5ca85361e145e177245319b271e
      https://github.com/llvm/llvm-project/commit/72c6e4b230ddb5ca85361e145e177245319b271e
  Author: Peter Collingbourne <pcc at google.com>
  Date:   2025-10-15 (Wed, 15 Oct 2025)

  Changed paths:
    M libc/test/src/sys/mman/linux/CMakeLists.txt
    M libc/test/src/sys/mman/linux/mincore_test.cpp
    M libc/test/src/sys/mman/linux/mlock_test.cpp
    M libc/test/src/sys/mman/linux/msync_test.cpp
    M libc/test/src/sys/mman/linux/remap_file_pages_test.cpp
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
    M utils/bazel/llvm-project-overlay/libc/test/src/sys/mman/BUILD.bazel

  Log Message:
  -----------
  libc: Introduce calls to sysconf to get page size.

sysconf(_SC_PAGESIZE) is implemented now.

Reviewers: michaelrj-google, aaronmondal, rupprecht, keith

Reviewed By: michaelrj-google

Pull Request: https://github.com/llvm/llvm-project/pull/163462



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list