[PATCH] D151025: [llvm-exegesis] Add support for using memory annotations
Aiden Grossman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 29 10:31:04 PDT 2023
aidengrossman added a comment.
Interesting. I'm running Ubuntu 22.04 as well and running `sysctl vm.mmap_min_addr` for me also gives 65536, but I was doing all of my development inside of a privileged container which I assume was able to allocate memory at an address lower than that maybe due to permissions differences. It fails for me when I do a build outside a container. Thank you so much for debugging this! I'll get a patch up changing the addresses soon and hopefully that fixes the test failures.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151025/new/
https://reviews.llvm.org/D151025
More information about the llvm-commits
mailing list