This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Remove traces from the header
ClosedPublic

Authored by vitalybuka on Oct 6 2021, 2:31 PM.

Details

Summary

This will simplify removing id proposed by @dvyukov on D111183
Also now we have more flexiliby for traces compressio they
are not interleaving with uncompressable headers.

Depends on D111256.

Diff Detail

Event Timeline

vitalybuka requested review of this revision.Oct 6 2021, 2:31 PM
vitalybuka created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 6 2021, 2:31 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
dvyukov accepted this revision.Oct 6 2021, 11:20 PM

LGTM with a nit

compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cpp
45–46

I think this needs to be updated as well.

This revision is now accepted and ready to land.Oct 6 2021, 11:20 PM
vitalybuka marked an inline comment as done.Oct 7 2021, 10:35 AM
This revision was landed with ongoing or failed builds.Oct 7 2021, 1:54 PM
This revision was automatically updated to reflect the committed changes.