[all-commits] [llvm/llvm-project] 61e59e: [LSAN] Enabled only with __ANDROID_API__ >= 28
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Wed Nov 4 22:18:28 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 61e59ebfa645caa3b89baaf51dd26a56625bc39f
https://github.com/llvm/llvm-project/commit/61e59ebfa645caa3b89baaf51dd26a56625bc39f
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2020-11-04 (Wed, 04 Nov 2020)
Changed paths:
M compiler-rt/lib/lsan/lsan_common.h
Log Message:
-----------
[LSAN] Enabled only with __ANDROID_API__ >= 28
Code does not work as-is with emulated tls even if
lsan is disabled with runtime flag.
More information about the All-commits
mailing list