[all-commits] [llvm/llvm-project] 55a2c4: [lsan] Remove use_tls=0 from a few tests
Leonard Grey via All-commits
all-commits at lists.llvm.org
Tue Jun 20 15:53:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55a2c4eb04b2c0c193d8d993ff1b8d4d94097c82
https://github.com/llvm/llvm-project/commit/55a2c4eb04b2c0c193d8d993ff1b8d4d94097c82
Author: Leonard Grey <lgrey at chromium.org>
Date: 2023-06-20 (Tue, 20 Jun 2023)
Changed paths:
M compiler-rt/test/lsan/TestCases/disabler.c
M compiler-rt/test/lsan/TestCases/disabler.cpp
M compiler-rt/test/lsan/TestCases/ignore_object.c
Log Message:
-----------
[lsan] Remove use_tls=0 from a few tests
The Objective-C runtime now stashes some state in TLS so any
test that indirectly initializes an Objective-C object will
have false positive leaks unless use_tls=1 as is the default.
Differential Revision: https://reviews.llvm.org/D153081
More information about the All-commits
mailing list