[PATCH] D12236: [compiler-rt] [asan] Enable DFSan for AArch64/42-bit VMA

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 10:14:59 PDT 2015


rengolin added inline comments.

================
Comment at: lib/dfsan/dfsan.cc:132
@@ +131,3 @@
+# elif SANITIZER_AARCH64_VMA == 42
+static const uptr kUnionTableAddr = 0x8000000000;
+# endif
----------------
This looks wrong with the table above?


http://reviews.llvm.org/D12236





More information about the llvm-commits mailing list