| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Disable frame pointer elimination when using -pg | Xinliang David Li | 2015-11-23 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | (Re-apply patch after bug fixing) This diff makes sure that the driver does not pass -fomit-frame-pointer or -momit-leaf-frame-pointer to the frontend when -pg is used. Currently, clang gives an error if -fomit-frame-pointer is used in combination with -pg, but -momit-leaf-frame-pointer was forgotten. Also, disable frame pointer elimination in the frontend when -pg is set. Patch by Stefan Kempf. llvm-svn: 253886 | ||||
| * | Revert r253846 (build bot failure)) | Xinliang David Li | 2015-11-23 | 1 | -13/+0 |
| | | | | | llvm-svn: 253851 | ||||
| * | Disable frame pointer elimination when using -pg | Xinliang David Li | 2015-11-23 | 1 | -0/+13 |
| This diff makes sure that the driver does not pass -fomit-frame-pointer or -momit-leaf-frame-pointer to the frontend when -pg is used. Currently, clang gives an error if -fomit-frame-pointer is used in combination with -pg, but -momit-leaf-frame-pointer was forgotten. Also, disable frame pointer elimination in the frontend when -pg is set. Patch by Stefan Kempf. llvm-svn: 253846 | |||||

