[PATCH] D12159: [sanitizers] Add ASAN support for AArch64 42-bit VMA

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 19 11:56:11 PDT 2015


rengolin added inline comments.

================
Comment at: lib/Transforms/Instrumentation/AddressSanitizer.cpp:67
@@ +66,3 @@
+#ifndef SANITIZER_AARCH64_VMA
+# define SANITIZER_AARCH64_VMA 39
+#endif
----------------
Same comment as in the RT side: make sure that, if the value is defined, it is sane.


http://reviews.llvm.org/D12159





More information about the llvm-commits mailing list