[PATCH] D56141: [asan] Support running without /proc

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 28 15:17:14 PST 2018


eugenis added a comment.

This is a second attempt at this.
This time, instead of checking for /proc/self/maps accessibility in advance, we tolerate a failure to read that file, and make it look like an empty mapping list. There is an optional Error() method of MemoryMappingLayout that can be used to detect this condition.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56141/new/

https://reviews.llvm.org/D56141





More information about the llvm-commits mailing list