[all-commits] [llvm/llvm-project] 6fe35e: tsan: fix debug format strings
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Tue Sep 21 04:23:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6fe35ef419391215e21e51b859f74e6b7b8819d4
https://github.com/llvm/llvm-project/commit/6fe35ef419391215e21e51b859f74e6b7b8819d4
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-09-21 (Tue, 21 Sep 2021)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
M compiler-rt/lib/tsan/rtl/tsan_interface_java.cpp
M compiler-rt/lib/tsan/rtl/tsan_mman.cpp
M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
M compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
M compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
Log Message:
-----------
tsan: fix debug format strings
Some of the DPrintf's currently produce -Wformat warnings if enabled.
Fix these format strings.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D110131
More information about the All-commits
mailing list