[PATCH] D16689: [tsan] Dynamically detect heap range for aarch64.
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 2 02:00:14 PST 2016
rengolin added inline comments.
================
Comment at: lib/tsan/rtl/tsan_platform.h:667
@@ -632,3 +666,3 @@
else
- return MemToMetaImpl<Mapping42>(x);
+ return MemToMetaImplWithDynamicHeap<Mapping42>(x);
DCHECK(0);
----------------
This sounds odd... I thought we had moved TSAN to dynamic VMA detection, too...
http://reviews.llvm.org/D16689
More information about the llvm-commits
mailing list