This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by yln on Jul 9 2019, 5:30 PM.

Details

Reviewers
dvyukov
Summary

Remove now-obsolete InitializeGuardPtr from assembly code. This is
the final commit of this refactoring.

Event Timeline

yln created this revision.Jul 9 2019, 5:30 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 9 2019, 5:30 PM
Herald added subscribers: llvm-commits, Restricted Project, krytarowski and 2 others. · View Herald Transcript
yln added a reviewer: dvyukov.Jul 9 2019, 5:30 PM
yln abandoned this revision.Jul 15 2019, 1:53 PM

Landed these cleanup changes in smaller chunks on my own.