[all-commits] [llvm/llvm-project] 959076: tsan: remove dependencies on HAS_48_BIT_ADDRESS_SP...
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Tue Aug 10 11:07:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 959076c596c77999a4ca5fd1d0b2403ae43d0c29
https://github.com/llvm/llvm-project/commit/959076c596c77999a4ca5fd1d0b2403ae43d0c29
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
M compiler-rt/lib/tsan/rtl/tsan_platform_posix.cpp
M compiler-rt/lib/tsan/rtl/tsan_rtl.h
Log Message:
-----------
tsan: remove dependencies on HAS_48_BIT_ADDRESS_SPACE and Mapping
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.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D107742
More information about the All-commits
mailing list