This is an archive of the discontinued LLVM Phabricator instance.

[sanitizers] Enable runtime vma for mips64 in buildgo.sh
ClosedPublic

Authored by mzh on Mar 8 2021, 11:58 PM.

Details

Reviewers
dvyukov
Summary

Go requires 47 bits VA for tsan.
Go will run race_detector testcases unless tsan warns about "unsupported VMA range"

Diff Detail

Event Timeline

mzh created this revision.Mar 8 2021, 11:58 PM
mzh requested review of this revision.Mar 8 2021, 11:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2021, 11:59 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
mzh updated this revision to Diff 329238.Mar 9 2021, 12:37 AM

remove duplicate file

dvyukov accepted this revision.Mar 9 2021, 2:42 AM
This revision is now accepted and ready to land.Mar 9 2021, 2:42 AM