[OpenMP] Fix stack overflow for test bug54082.c
authorShilei Tian <i@tianshilei.me>
Fri, 27 Jan 2023 04:45:02 +0000 (23:45 -0500)
committerShilei Tian <i@tianshilei.me>
Fri, 27 Jan 2023 04:45:11 +0000 (23:45 -0500)
commit544f8c7f3959f21fa7d85768c3bbb5402bf15ea6
tree70900e0af85e280db5351eb42affc93bda4358ae
parent8e8dd110be5f1b4944a9dacd4f4a09bf8ecc6892
[OpenMP] Fix stack overflow for test bug54082.c

When `N` is 1024, `int result[N][N]` is obviously large stack that Windows cannot support...

Fix #60326.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D142684
openmp/runtime/test/parallel/bug54082.c