[all-commits] [llvm/llvm-project] 415607: [ORC][unittests] Remove hard coded 16k page size (...
Tristan Ross via All-commits
all-commits at lists.llvm.org
Thu Feb 13 14:57:16 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 415607e10b56d0e6c4661ff1ec5b9b46bf433cba
https://github.com/llvm/llvm-project/commit/415607e10b56d0e6c4661ff1ec5b9b46bf433cba
Author: Tristan Ross <tristan.ross at midstall.com>
Date: 2025-02-14 (Fri, 14 Feb 2025)
Changed paths:
M llvm/unittests/ExecutionEngine/Orc/JITLinkRedirectionManagerTest.cpp
M llvm/unittests/ExecutionEngine/Orc/ReOptimizeLayerTest.cpp
Log Message:
-----------
[ORC][unittests] Remove hard coded 16k page size (#127115)
Fixes a couple hard coded 16k values which is being used as the page
size. Replaces the hard coded value with the system's page size. This
fixes #116753 on an Ampere Altra Q64-22
CC @lhames
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