llvm-project/compiler-rt/test/lsan
Alexey Samsonov 95cd990588 [LSan] Ignore all allocations made inside pthread_create.
Thread stack/TLS may be stored by libpthread for future reuse after
thread destruction, and the linked list it's stored in doesn't
even hold valid pointers to the objects, the latter are calculated
by obscure pointer arithmetic.

With this change applied, LSan test suite passes with
"use_ld_allocations" flag defaulted to "false". It still requires more
testing to check if the default can be switched.

llvm-svn: 257975
2016-01-16 00:57:25 +00:00
..
TestCases [LSan] Ignore all allocations made inside pthread_create. 2016-01-16 00:57:25 +00:00
CMakeLists.txt Revert "Revert "[CMake] LSan is not actually available on Darwin."" 2015-06-19 01:34:06 +00:00
lit.common.cfg [LSan][MIPS64] Enable LSan testing for mips64/mips64el 2015-02-19 09:14:43 +00:00
lit.site.cfg.in Simplify lit test configs for LSan and UBSan by using a generic config 2014-02-18 08:56:49 +00:00