summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/lsan/TestCases/many_tls_keys_pthread.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Commit missing part of "Split many_tls_keys.cpp into two tests"Kamil Rytarowski2019-09-151-27/+7
| | | | | | | | https://reviews.llvm.org/D67428 This change was lost due to a file rename and modification. llvm-svn: 371941
* Split many_tls_keys.cpp into two testsKamil Rytarowski2019-09-121-0/+97
Summary: many_tls_keys_pthread.cpp for TSD many_tls_keys_thread.cpp for TLS The TSD test is unsupported on NetBSD as it assumes TLS used internally. TSD on NetBSD does not use TLS. Reviewers: joerg, vitalybuka, mgorny, dvyukov, kcc Reviewed By: vitalybuka Subscribers: jfb, llvm-commits, #sanitizers Tags: #sanitizers, #llvm Differential Revision: https://reviews.llvm.org/D67428 llvm-svn: 371757
OpenPOWER on IntegriCloud