This is an archive of the discontinued LLVM Phabricator instance.

tsan: remove dependencies on HAS_48_BIT_ADDRESS_SPACE and Mapping
ClosedPublic

Authored by dvyukov on Aug 9 2021, 12:52 AM.

Details

Summary

Remove direct uses of Mapping in preperation for removing Mapping type
(which we already don't have for all platforms).
Remove dependence on HAS_48_BIT_ADDRESS_SPACE in preparation for removing it.
As far as I see for Apple/Mac platforms !HAS_48_BIT_ADDRESS_SPACE
simply means SANITIZER_IOS.

Depends on D107741.

Diff Detail

Event Timeline

dvyukov requested review of this revision.Aug 9 2021, 12:52 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 9 2021, 12:52 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
melver accepted this revision.Aug 9 2021, 7:09 AM
This revision is now accepted and ready to land.Aug 9 2021, 7:09 AM
dvyukov updated this revision to Diff 365245.Aug 9 2021, 11:47 AM

changed SelectMapping to use template Arg and rebased