[PATCH] D47146: Memorysanitizer fix mmap test for non Linux oses
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 21 09:59:06 PDT 2018
krytarowski added a comment.
$ grep -r MAP_NORESERVE /usr/include/sys
/usr/include/sys/mman.h:#define MAP_NORESERVE 0x0040 /* Sun: don't reserve needed swap area */
$ uname -a
NetBSD rugged 8.99.14 NetBSD 8.99.14 (GENERIC) #1: Thu Apr 26 15:16:44 CEST 2018 root at chieftec:/public/netbsd-root/sys/arch/amd64/compile/GENERIC amd64
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D47146
More information about the llvm-commits
mailing list