[all-commits] [llvm/llvm-project] 645f58: tsan: fix build breakage due to AppMemBeg
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Wed Aug 11 23:18:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 645f5890ec211b89782d6b660c68ad5fcf1228f6
https://github.com/llvm/llvm-project/commit/645f5890ec211b89782d6b660c68ad5fcf1228f6
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-08-12 (Thu, 12 Aug 2021)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
Log Message:
-----------
tsan: fix build breakage due to AppMemBeg
AppMemBeg was renamed to LoAppMemBeg in 3830c93478
("tsan: rename kAppMemBeg to kLoAppMemBeg").
Rename remaining uses of the old name in tsan_platform_mac.cpp.
Differential Revision: https://reviews.llvm.org/D107948
More information about the All-commits
mailing list