tsan: use RawShadow instead of u64 more
authorDmitry Vyukov <dvyukov@google.com>
Wed, 22 Sep 2021 16:41:03 +0000 (18:41 +0200)
committerDmitry Vyukov <dvyukov@google.com>
Thu, 23 Sep 2021 08:46:07 +0000 (10:46 +0200)
commit20d3e518010a2a4fa1f4cdc9b7b885f13966a19c
treecf71f879ebddf5e91f3a3efb2d9542eab020533c
parentdcc6db22d8508a85ecd2b8bdcc5ae5646968c083
tsan: use RawShadow instead of u64 more

Fix few remaining cases where we use u64 instead of the new RawShadow type.

Depends on D110265.

Reviewed By: melver

Differential Revision: https://reviews.llvm.org/D110266
compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp