[all-commits] [llvm/llvm-project] 3c2380: Add convenient composed tsan constants
Martijn Vels via All-commits
all-commits at lists.llvm.org
Thu Apr 15 01:26:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c23807569f0c5ff8fe5ef64c5e51f4e3e33dd03
https://github.com/llvm/llvm-project/commit/3c23807569f0c5ff8fe5ef64c5e51f4e3e33dd03
Author: Martijn Vels <mvels at google.com>
Date: 2021-04-15 (Thu, 15 Apr 2021)
Changed paths:
M compiler-rt/include/sanitizer/tsan_interface.h
Log Message:
-----------
Add convenient composed tsan constants
This change adds convenient composed constants to be used for tsan_read_try_lock annotations, reducing the boilerplate at the instrumentation site.
Reviewed By: dvyukov
Differential Revision: https://reviews.llvm.org/D99595
More information about the All-commits
mailing list