[PATCH] D40935: Hardware-assisted AddressSanitizer (compiler-rt)
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 7 16:03:57 PST 2017
krytarowski added inline comments.
================
Comment at: compiler-rt/lib/hwasan/hwasan_interceptors.cc:137
+
+#if !SANITIZER_FREEBSD && !SANITIZER_NETBSD
+INTERCEPTOR(void *, memalign, SIZE_T alignment, SIZE_T size) {
----------------
eugenis wrote:
> kcc wrote:
> > Do we expect any of this code to (ever? any time soon?) work on FREEBSD? NETBSD?
> > Do those OSes exist for aarch64?
> At least FreeBSD does.
NetBSD works on evbarm64.
https://twitter.com/rsh/status/938372595962994688
https://reviews.llvm.org/D40935
More information about the llvm-commits
mailing list