summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/stack-size-section.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix test added in r321992 failing on some buildbots (again), test requires x86.Sean Eveson2018-01-081-0/+2
| | | | llvm-svn: 322000
* Fix test added in r321992 failing on some buildbots.Sean Eveson2018-01-081-2/+2
| | | | llvm-svn: 321995
* [Driver] Add flag enabling the function stack size section that was added in ↵Sean Eveson2018-01-081-0/+7
r319430 Adds the -fstack-size-section flag to enable the .stack_sizes section. The flag defaults to on for the PS4 triple. Differential Revision: https://reviews.llvm.org/D40712 llvm-svn: 321992
OpenPOWER on IntegriCloud