[PATCH] D30783: [asan] Split SIGSEGV/SIGBUS handling so we can handle only one of them and not the other.

Filipe Cabecinhas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 11:30:38 PST 2017


filcab updated this revision to Diff 91384.
filcab added a comment.

Put the test in the correct directory.


https://reviews.llvm.org/D30783

Files:
  lib/asan/tests/asan_test.cc
  lib/sanitizer_common/sanitizer_flags.inc
  lib/sanitizer_common/sanitizer_linux.cc
  lib/sanitizer_common/sanitizer_mac.cc
  lib/sanitizer_common/sanitizer_posix.cc
  test/asan/TestCases/Posix/asan-sigbus.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30783.91384.patch
Type: text/x-patch
Size: 4125 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170310/f09068db/attachment.bin>


More information about the llvm-commits mailing list