[PATCH] D16689: [tsan] Dynamically detect heap range for 39-bit aarch64.
Adhemerval Zanella via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 1 05:42:00 PST 2016
zatrazz added a comment.
Checking on kernel patch it looks like it is not specific to 39-bit VMA, but to all kernel configuration.
So instead of just setting it to 39-bit VMA I would rather make it default for aarch64 on all current
supported VMAs.
================
Comment at: lib/tsan/rtl/tsan_platform_linux.cc:272
@@ +271,3 @@
+ }
+
+ if (heap_end > Mapping39::kHiAppMemBeg)
----------------
llvm-lit is accusing "Line ends in whitespace. Consider deleting these extra spaces." for lini 272.
http://reviews.llvm.org/D16689
More information about the llvm-commits
mailing list