llvm-project/llvm/test/Transforms/SafeStack
Paul Kirth 61e36e87df [safestack] Support safestack in stack size diagnostics
Current stack size diagnostics ignore the size of the unsafe stack.
This patch attaches the size of the static portion of the unsafe stack
to the function as metadata, which can be used by the backend to emit
diagnostics regarding stack usage.

Reviewed By: phosek, mcgrathr

Differential Revision: https://reviews.llvm.org/D119996
2022-04-20 18:29:40 +00:00
..
AArch64
ARM [safestack] Support safestack in stack size diagnostics 2022-04-20 18:29:40 +00:00
X86 [SafeStack] Move test to X86 directory 2022-04-08 10:09:44 +02:00