This is an archive of the discontinued LLVM Phabricator instance.

[HWASAN] Added thread annotations to HwasanThreadList.
ClosedPublic

Authored by kstoimenov on Jan 10 2023, 2:43 PM.

Diff Detail

Event Timeline

kstoimenov created this revision.Jan 10 2023, 2:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 10 2023, 2:43 PM
Herald added a subscriber: Enna1. · View Herald Transcript
kstoimenov requested review of this revision.Jan 10 2023, 2:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 10 2023, 2:43 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript

Removed helper functions.

vitalybuka accepted this revision.Jan 10 2023, 3:24 PM
vitalybuka added inline comments.
compiler-rt/lib/hwasan/hwasan_thread_list.h
159

Why SANITIZER_EXCLUDES is inconsistent?

This revision is now accepted and ready to land.Jan 10 2023, 3:24 PM

Added stats_mutex_.

kstoimenov added inline comments.Jan 10 2023, 3:29 PM
compiler-rt/lib/hwasan/hwasan_thread_list.h
159

I missed stats_mutex_. Nice catch. Done.

This revision was landed with ongoing or failed builds.Jan 10 2023, 3:47 PM
This revision was automatically updated to reflect the committed changes.