This is an archive of the discontinued LLVM Phabricator instance.

[TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.7
ClosedPublic

Authored by yln on Jul 1 2019, 5:39 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

yln created this revision.Jul 1 2019, 5:39 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 1 2019, 5:39 PM
Herald added subscribers: llvm-commits, Restricted Project, krytarowski, kubamracek. · View Herald Transcript
dvyukov accepted this revision.Jul 1 2019, 10:06 PM

Is there anything else to review at the moment? Want to make sure I did not lost track of things.

This revision is now accepted and ready to land.Jul 1 2019, 10:06 PM
yln added a comment.Jul 2 2019, 10:19 AM

Is there anything else to review at the moment? Want to make sure I did not lost track of things.

There is part 4, and 5:
https://reviews.llvm.org/D63946
https://reviews.llvm.org/D64022

This revision was automatically updated to reflect the committed changes.