This is an archive of the discontinued LLVM Phabricator instance.

[asan] Support handle_sigill on Darwin
ClosedPublic

Authored by kubamracek on Nov 25 2016, 2:32 PM.

Details

Summary

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

Diff Detail

Repository
rL LLVM

Event Timeline

kubamracek updated this revision to Diff 79324.Nov 25 2016, 2:32 PM
kubamracek retitled this revision from to [asan] Support handle_sigill on Darwin.
kubamracek updated this object.
kubamracek added reviewers: dvyukov, rnk, eugenis, kcc.
kubamracek set the repository for this revision to rL LLVM.
kubamracek added a project: Restricted Project.
kubamracek added subscribers: zaks.anna, llvm-commits.
rnk accepted this revision.Nov 25 2016, 5:37 PM
rnk edited edge metadata.

nice, lgtm

This revision is now accepted and ready to land.Nov 25 2016, 5:37 PM
This revision was automatically updated to reflect the committed changes.