[all-commits] [llvm/llvm-project] 13fb97: tsan: add missing guard for DumpProcessMap call
Than McIntosh via All-commits
all-commits at lists.llvm.org
Mon Jun 27 09:39:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 13fb97d68821e1948d176057ebee94f50cb05b62
https://github.com/llvm/llvm-project/commit/13fb97d68821e1948d176057ebee94f50cb05b62
Author: Than McIntosh <thanm at google.com>
Date: 2022-06-27 (Mon, 27 Jun 2022)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
Log Message:
-----------
tsan: add missing guard for DumpProcessMap call
Add a missing "#if !SANITIZER_GO" guard for a call to DumpProcessMap
in the Finalize hook (needed to build an updated Go race detector syso
image).
Reviewed By: dvyukov
Differential Revision: https://reviews.llvm.org/D128641
More information about the All-commits
mailing list