This is an archive of the discontinued LLVM Phabricator instance.

[GWP-ASan] Fix thread ID.
ClosedPublic

Authored by hctim on Mar 5 2020, 9:35 AM.

Details

Summary

GWP-ASan currently reports <unknown> thread ID, as the crash handler
merge dropped the include. Oops.

Diff Detail

Event Timeline

hctim created this revision.Mar 5 2020, 9:35 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 5 2020, 9:35 AM
Herald added subscribers: llvm-commits, Restricted Project. · View Herald Transcript
hctim edited reviewers, added: morehouse; removed: eugenis.Mar 5 2020, 9:35 AM
hctim edited subscribers, added: eugenis; removed: morehouse.
This revision is now accepted and ready to land.Mar 5 2020, 9:53 AM
This revision was automatically updated to reflect the committed changes.