[PATCH] D14199: [compiler-rt] [tsan] Unify aarch64 mapping

Adhemerval Zanella via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 4 04:23:27 PST 2015


zatrazz updated this revision to Diff 39185.
zatrazz added a comment.

Changes from previous version:

- Increase the VMA range for application on both 39-bit and 42-bit VMA. Now 39-bit ranges from 0x7D00000000-0x7FFFFFFFFF (previously 0x7F00000000-0x7FFFFFFFFF) and 42-bits from 0x3f000000000-0x3FFFFFFFFFF (previously 0x3FF00000000-0x3FFFFFFFFFF);
- Fixed a printf format specifier in test/tsan/test.h.


http://reviews.llvm.org/D14199

Files:
  lib/tsan/rtl/tsan_platform.h
  lib/tsan/rtl/tsan_platform_linux.cc
  lib/tsan/rtl/tsan_platform_mac.cc
  lib/tsan/rtl/tsan_platform_windows.cc
  lib/tsan/rtl/tsan_rtl.cc
  test/tsan/test.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14199.39185.patch
Type: text/x-patch
Size: 14367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151104/32337671/attachment.bin>


More information about the llvm-commits mailing list