[PATCH] D40935: Hardware-assisted AddressSanitizer (compiler-rt)

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 7 16:00:12 PST 2017


eugenis 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) {
----------------
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. 


https://reviews.llvm.org/D40935





More information about the llvm-commits mailing list