[all-commits] [llvm/llvm-project] 46f42e: [llvm-exegesis] Change map address in memory annot...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Thu Jun 29 11:21:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46f42e2ee59ac5ff7b153648e30273e499f7b7e3
https://github.com/llvm/llvm-project/commit/46f42e2ee59ac5ff7b153648e30273e499f7b7e3
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-06-29 (Thu, 29 Jun 2023)
Changed paths:
M llvm/test/tools/llvm-exegesis/X86/latency/memory-annotations-livein.s
M llvm/test/tools/llvm-exegesis/X86/latency/memory-annotations.s
Log Message:
-----------
[llvm-exegesis] Change map address in memory annotation tests
Test failures have been reported by some LLVM developers in regards to
the low value of of the location where the memory is being mapped into
the virtual address space as it causes problems with some default
configurations of vm.mmap_min_addr. This patch sets it to 2^20 (1048576)
to alleviate this issues as most distros seem to use a default value of
65536.
More information about the All-commits
mailing list