[asan] Support handle_sigill on Darwin
authorKuba Mracek <mracek@apple.com>
Sat, 26 Nov 2016 01:30:31 +0000 (01:30 +0000)
committerKuba Mracek <mracek@apple.com>
Sat, 26 Nov 2016 01:30:31 +0000 (01:30 +0000)
commit23551fa811fbb27cf9bb87cb8105807ad3cf23a5
treeec215f823efc1d575cfd7aa66d986acf65113d37
parent656c1fa54468b0c0e0dd86b844c99055fba627c9
[asan] Support handle_sigill on Darwin

Handling SIGILL on Darwin works fine, so let's just make this feature work and re-enable the ill.cc testcase.

Differential Revision: https://reviews.llvm.org/D27141

llvm-svn: 287959
compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
compiler-rt/test/asan/TestCases/ill.cc