[all-commits] [llvm/llvm-project] a6f7cb: [Support] Prefer AUX vector for page size (#126863)
Tristan Ross via All-commits
all-commits at lists.llvm.org
Wed Feb 12 16:40:10 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a6f7cb54d3c268ea4748a0ff783b4b030c3195d9
https://github.com/llvm/llvm-project/commit/a6f7cb54d3c268ea4748a0ff783b4b030c3195d9
Author: Tristan Ross <tristan.ross at midstall.com>
Date: 2025-02-13 (Thu, 13 Feb 2025)
Changed paths:
M llvm/cmake/config-ix.cmake
M llvm/include/llvm/Config/config.h.cmake
M llvm/lib/Support/Unix/Process.inc
Log Message:
-----------
[Support] Prefer AUX vector for page size (#126863)
Prefers the page size to come from the AUX vector, `getpagesize` is
removed from POSIX.1-2001. Also throws in a couple asserts to ensure the
page size is a valid value.
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