[lsan] Remove use_tls=0 from a few tests
authorLeonard Grey <lgrey@chromium.org>
Thu, 15 Jun 2023 22:31:27 +0000 (18:31 -0400)
committerLeonard Grey <lgrey@chromium.org>
Tue, 20 Jun 2023 22:52:11 +0000 (18:52 -0400)
commit55a2c4eb04b2c0c193d8d993ff1b8d4d94097c82
tree99892aaacc1b43d27a702b833edbcfcbabc34beb
parentc973123fdca7c32d2f7cbbf19883677c81e1edb0
[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
compiler-rt/test/lsan/TestCases/disabler.c
compiler-rt/test/lsan/TestCases/disabler.cpp
compiler-rt/test/lsan/TestCases/ignore_object.c