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

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 6 19:24:33 PST 2017


kcc 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) {
----------------
Do we expect any of this code to (ever? any time soon?) work on FREEBSD? NETBSD?
Do those OSes exist for aarch64?


https://reviews.llvm.org/D40935





More information about the llvm-commits mailing list