This is an archive of the discontinued LLVM Phabricator instance.

[tsan] Don't delay SIGTRAP handler
ClosedPublic

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

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka created this revision.Oct 7 2019, 3:18 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 223676.Oct 7 2019, 3:20 PM

remove unneeded final trap

vitalybuka updated this revision to Diff 223679.Oct 7 2019, 3:22 PM

fix handle_sigtrap value

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

LGTM

This revision is now accepted and ready to land.Oct 7 2019, 3:23 PM
Harbormaster completed remote builds in B39115: Diff 223676.
Harbormaster completed remote builds in B39116: Diff 223679.
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