summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/frame-pointer-elim.c
Commit message (Collapse)AuthorAgeFilesLines
* Adding an additional test to ensure the frame pointer is emittedDouglas Yung2016-08-241-0/+2
| | | | | | when compiling with optimization when PS4 is the target. llvm-svn: 279603
* ARM-Darwin: ignore and diagnose attempts to omit frame pointer.Tim Northover2016-08-231-0/+18
| | | | | | | | | | iOS (and other 32-bit ARM variants) always require a valid frame pointer to improve backtraces. Previously the -fomit-frame-pointer and -momit-leaf-frame-pointer options were being silently discarded via hacks in the backend. It's better if Clang configures itself to emit the correct IR and warns about (ignored) attempts to override this. llvm-svn: 279546
* Pass in frame pointer omitting compiler flags for CloudABI as well.Ed Schouten2016-08-111-0/+9
| | | | | | | | | On Linux we pass in -fomit-frame-pointer flags (and similar) automatically if optimization is enabled. Let's do the same thing on CloudABI. Without this, Clang seems to run out of registers quite quickly while trying to build code with inline assembly. llvm-svn: 278393
* Fix a typoFilipe Cabecinhas2015-01-311-1/+1
| | | | | | We're not that much into metals. llvm-svn: 227696
* Shuffle tests around to more appropriate filesFilipe Cabecinhas2015-01-301-0/+5
| | | | llvm-svn: 227592
* Move this file into the correct directory.Eric Christopher2013-04-031-0/+30
llvm-svn: 178607
OpenPOWER on IntegriCloud