[PATCH] D151025: [llvm-exegesis] Add support for using memory annotations

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 01:47:47 PDT 2023


foad 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.

Yeah, I saw something about the limit not being enforced for processes with CAP_SYS_RAWIO, so maybe that was the difference.

Anyway your fix works for me - thanks!


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