[PATCH] D13108: [compiler-rt] [lsan] Add support for AArch64

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 11:54:26 PDT 2015


samsonov added a comment.

Does the LSan test suite pass after this change?


================
Comment at: lib/lsan/lsan_common.h:26
@@ -25,2 +25,3 @@
 #if SANITIZER_LINUX && (defined(__x86_64__) || defined(__mips64)) \
+    || defined(__aarch64__) \
     && (SANITIZER_WORDSIZE == 64)
----------------
Nope, the brackets are wrong here.


http://reviews.llvm.org/D13108





More information about the llvm-commits mailing list