[all-commits] [llvm/llvm-project] 35fb4b: [lsan] Bump the thread limit from 1<<13 to 1<<22
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Jun 4 20:16:12 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 35fb4b9a7c133def9cc3ff0b26b1fe17e348b843
https://github.com/llvm/llvm-project/commit/35fb4b9a7c133def9cc3ff0b26b1fe17e348b843
Author: Fangrui Song <i at maskray.me>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M compiler-rt/lib/lsan/lsan_thread.cpp
Log Message:
-----------
[lsan] Bump the thread limit from 1<<13 to 1<<22
This matches asan. Some applications need more than 1<<13 threads.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D103731
More information about the All-commits
mailing list