This is an archive of the discontinued LLVM Phabricator instance.

[tsan] Add environment variable TSAN_SYMBOLIZER_PATH as we do in other sanitizers
ClosedPublic

Authored by Enna1 on Aug 30 2021, 3:56 AM.

Details

Summary

ASan, LSan, MSan and UBSan all allow to use environment variable *SAN_SYMBOLIZER_PATH to pass the symbolizer path, this patch add TSAN_SYMBOLIZER_PATH to TSan.

Diff Detail

Event Timeline

Enna1 requested review of this revision.Aug 30 2021, 3:56 AM
Enna1 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 30 2021, 3:56 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Aug 30 2021, 2:18 PM
This revision is now accepted and ready to land.Aug 30 2021, 2:18 PM