This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Move signal interceptors from asan to sanitizer_common
ClosedPublic

Authored by vitalybuka on Sep 14 2017, 9:14 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka created this revision.Sep 14 2017, 9:14 PM
alekseyshl accepted this revision.Sep 15 2017, 7:55 AM
alekseyshl added inline comments.
compiler-rt/lib/sanitizer_common/sanitizer_signal_interceptors.inc
60 ↗(On Diff #115357)

#endif // SANITIZER_INTERCEPT_SIGNAL_AND_SIGACTION

This revision is now accepted and ready to land.Sep 15 2017, 7:55 AM
vitalybuka marked an inline comment as done.

endif comments

This revision was automatically updated to reflect the committed changes.