[PATCH] D33215: Implement tls scanning for darwin LSan
Aleksey Shlyapnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 13:07:01 PDT 2017
alekseyshl accepted this revision.
alekseyshl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: test/lsan/TestCases/many_tls_keys.cc:82
+ for (int i = 0; i < NUM_THREADS; ++i) {
+ pthread_create(&thread[i], 0, thread_start, 0);
+ }
----------------
Check the result
https://reviews.llvm.org/D33215
More information about the llvm-commits
mailing list