[all-commits] [llvm/llvm-project] a54f1a: [ORC][unittests] Remove hard coded 16k page size (...
Tristan Ross via All-commits
all-commits at lists.llvm.org
Fri Feb 14 12:29:20 PST 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: a54f1aaa4b6a59047be0d26b5bbc5e63393ba90b
https://github.com/llvm/llvm-project/commit/a54f1aaa4b6a59047be0d26b5bbc5e63393ba90b
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
(cherry picked from commit 415607e10b56d0e6c4661ff1ec5b9b46bf433cba)
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