[all-commits] [llvm/llvm-project] f10d00: [tsan] Add environment variable TSAN_SYMBOLIZER_PA...
Enna1 via All-commits
all-commits at lists.llvm.org
Mon Aug 30 19:19:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f10d003b0c1e99354266be3fa23b6d9961a3c6ba
https://github.com/llvm/llvm-project/commit/f10d003b0c1e99354266be3fa23b6d9961a3c6ba
Author: Xu Mingjie <xumingjie.enna1 at bytedance.com>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_flags.cpp
Log Message:
-----------
[tsan] Add environment variable TSAN_SYMBOLIZER_PATH as we do in other sanitizers
ASan, LSan, MSan and UBSan all allow to use environment variable `*SAN_SYMBOLIZER_PATH` to pass the symbolizer path, this patch add `TSAN_SYMBOLIZER_PATH` to TSan.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D108911
More information about the All-commits
mailing list