[all-commits] [llvm/llvm-project] d73600: tsan: move memory access functions to a separate file
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Thu Oct 28 04:31:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d736002e90b502483a75457b456e628ec2c412c5
https://github.com/llvm/llvm-project/commit/d736002e90b502483a75457b456e628ec2c412c5
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
M compiler-rt/lib/tsan/CMakeLists.txt
M compiler-rt/lib/tsan/go/build.bat
M compiler-rt/lib/tsan/go/buildgo.sh
M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
M compiler-rt/lib/tsan/rtl/tsan_rtl.h
A compiler-rt/lib/tsan/rtl/tsan_rtl_access.cpp
M compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
Log Message:
-----------
tsan: move memory access functions to a separate file
tsan_rtl.cpp is huge and does lots of things.
Move everything related to memory access and tracing
to a separate tsan_rtl_access.cpp file.
No functional changes, only code movement.
Reviewed By: vitalybuka, melver
Differential Revision: https://reviews.llvm.org/D112625
More information about the All-commits
mailing list