[LSAN] Increase stack space for guard-page.c test
authorAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Fri, 13 Dec 2019 19:44:13 +0000 (19:44 +0000)
committerAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Fri, 13 Dec 2019 21:40:03 +0000 (21:40 +0000)
commit9cb7a1be2a430a50fb5644b3f48d4a1544034fb9
tree58832f1b0b4905d04c1a3ed193c7a3b6d90c2af1
parent11448eeb72e1392f9f4ad072866c2c6dc82d14bc
[LSAN] Increase stack space for guard-page.c test

Summary:
When running the tests on a Ubuntu 18.04 machine this test is crashing for
me inside the runtime linker. My guess is that it is trying to save more
registers (possibly large vector ones) and the current stack space is not
sufficient.

Reviewers: samsonov, kcc, eugenis

Reviewed By: eugenis

Subscribers: eugenis, merge_guards_bot, #sanitizers, llvm-commits

Tags: #sanitizers, #llvm

Differential Revision: https://reviews.llvm.org/D71461
compiler-rt/test/lsan/TestCases/Linux/guard-page.c