[PATCH] D12763: [PATCH] [compiler-rt] [sanitizers] Add VMA size check at runtime

Adhemerval Zanella via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 10 08:03:44 PDT 2015


zatrazz created this revision.
zatrazz added reviewers: kcc, dvyukov, eugenis, pcc, rengolin.
zatrazz added a subscriber: llvm-commits.
Herald added a subscriber: aemerson.

This patch adds a runtime check for asan, dfsan, msan, and tsan for
architectures that support multiple VMA size (like aarch64).  Currently
the check only prints a warning indicating which is the VMA built and
expected against the one detected at runtime.

http://reviews.llvm.org/D12763

Files:
  lib/asan/asan_rtl.cc
  lib/dfsan/dfsan.cc
  lib/msan/msan.cc
  lib/sanitizer_common/sanitizer_common.h
  lib/sanitizer_common/sanitizer_posix.cc
  lib/sanitizer_common/sanitizer_win.cc
  lib/tsan/rtl/tsan_rtl.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12763.34447.patch
Type: text/x-patch
Size: 3255 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150910/61346675/attachment.bin>


More information about the llvm-commits mailing list