[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
Mon Mar 13 14:18:45 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL297665: [asan] Split SIGSEGV / SIGBUS handling so we can handle only one of them and… (authored by filcab).
Changed prior to commit:
https://reviews.llvm.org/D30783?vs=91470&id=91618#toc
Repository:
rL LLVM
https://reviews.llvm.org/D30783
Files:
compiler-rt/trunk/lib/asan/tests/asan_test.cc
compiler-rt/trunk/lib/sanitizer_common/sanitizer_flags.inc
compiler-rt/trunk/lib/sanitizer_common/sanitizer_linux.cc
compiler-rt/trunk/lib/sanitizer_common/sanitizer_mac.cc
compiler-rt/trunk/lib/sanitizer_common/sanitizer_posix.cc
compiler-rt/trunk/test/asan/TestCases/Posix/asan-sigbus.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30783.91618.patch
Type: text/x-patch
Size: 4475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170313/3fe49a81/attachment.bin>
More information about the llvm-commits
mailing list