This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Print SIGTRAP for corresponding signal
ClosedPublic

Authored by vitalybuka on Oct 7 2019, 3:17 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka created this revision.Oct 7 2019, 3:17 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
Herald added subscribers: llvm-commits, Restricted Project. · View Herald Transcript
vitalybuka updated this revision to Diff 223681.Oct 7 2019, 3:33 PM

remove SIG prefix from the string

eugenis accepted this revision.Oct 7 2019, 3:38 PM

LGTM

This revision is now accepted and ready to land.Oct 7 2019, 3:38 PM
Harbormaster completed remote builds in B39117: Diff 223681.
This revision was automatically updated to reflect the committed changes.

Hi @vitalybuka,

This is causing LIT failures in clang-s390x-linux. Can you please take a look? Thanks!

Steven