This is an archive of the discontinued LLVM Phabricator instance.

[ubsan] Support signal specific options in ubsan
ClosedPublic

Authored by vitalybuka on Sep 15 2017, 1:33 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka created this revision.Sep 15 2017, 1:33 AM
alekseyshl added inline comments.Sep 15 2017, 10:40 AM
compiler-rt/lib/ubsan/ubsan_signals_standalone.cc
29 ↗(On Diff #115372)

Where's GetStackTraceWithPcBpAndContext defined?

alekseyshl accepted this revision.Sep 15 2017, 11:32 AM
This revision is now accepted and ready to land.Sep 15 2017, 11:32 AM

Rebase and updated ubisan build files

Rebased and simplified

Removed unneeded namespace

Fixed double initialization

eugenis accepted this revision.Sep 22 2017, 3:09 PM
Harbormaster completed remote builds in B10548: Diff 116408.
Harbormaster completed remote builds in B10549: Diff 116409.
This revision was automatically updated to reflect the committed changes.