summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/packed-stack.c
Commit message (Collapse)AuthorAgeFilesLines
* [Clang FE, SystemZ] Recognize -mpacked-stack CL optionJonas Paulsson2019-12-171-0/+11
Recognize -mpacked-stack from the command line and add a function attribute "mpacked-stack" when passed. This is needed for building the Linux kernel. If this option is passed for any other target than SystemZ, an error is generated. Review: Ulrich Weigand https://reviews.llvm.org/D71441
OpenPOWER on IntegriCloud