[PATCH] D72367: Summary: update macro for OFF_T so that sanitizer works on AARCH64.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 10 10:03:12 PST 2020
eugenis added a comment.
OFF_T magic is about matching libc.so ABI in the interceptors.
internal_mmap does not have to deal with it, and it can simply use uptr for the offset argument, unless I'm missing something.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72367/new/
https://reviews.llvm.org/D72367
More information about the llvm-commits
mailing list