[all-commits] [llvm/llvm-project] 85cb4f: Support: reduce stack used in default size test.
Tim Northover via All-commits
all-commits at lists.llvm.org
Tue Jul 13 03:24:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85cb4f9904e9b080302e0c0874e3b441fe7062a7
https://github.com/llvm/llvm-project/commit/85cb4f9904e9b080302e0c0874e3b441fe7062a7
Author: Tim Northover <t.p.northover at gmail.com>
Date: 2021-07-13 (Tue, 13 Jul 2021)
Changed paths:
M llvm/unittests/Support/Threading.cpp
Log Message:
-----------
Support: reduce stack used in default size test.
When the sanitizers aren't enabled they can use more than 1KB of stack, causing
an overflow where there shouldn't be.
Should fix Green Dragon test.
More information about the All-commits
mailing list