[PATCH] D55874: [asan] Support running without /proc.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 26 13:45:41 PST 2018
eugenis added a comment.
In D55874#1340200 <https://reviews.llvm.org/D55874#1340200>, @krytarowski wrote:
> I would note that this commit is Linux only. NetBSD already sanitizers init(8) without issues. It's also running without /proc mounted.
Yes, because *BSD have a sane interface for enumerating virtual memory mappings.
I'll mention this in commit description.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55874/new/
https://reviews.llvm.org/D55874
More information about the llvm-commits
mailing list