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

Adhemerval Zanella via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 10:24:27 PDT 2015


zatrazz added inline comments.

================
Comment at: lib/dfsan/dfsan.cc:132
@@ +131,3 @@
+# elif SANITIZER_AARCH64_VMA == 42
+static const uptr kUnionTableAddr = 0x8000000000;
+# endif
----------------
rengolin wrote:
> This looks wrong with the table above?
In fact is the contraty, the comment needs update. I'll change it.


http://reviews.llvm.org/D12236





More information about the llvm-commits mailing list