Details
Details
- Reviewers
aabhinavg vitalybuka - Commits
- rG5f883cdbfbe2: [docs] Document -fomit-frame-pointer
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D146603
[docs] Document -fomit-frame-pointer ClosedPublic Authored by MaskRay on Mar 21 2023, 8:36 PM.
Details
Diff Detail
Event Timelinevitalybuka added inline comments. This revision is now accepted and ready to land.Mar 22 2023, 9:24 PM This revision was landed with ongoing or failed builds.Mar 23 2023, 10:19 AM Closed by commit rG5f883cdbfbe2: [docs] Document -fomit-frame-pointer (authored by MaskRay). · Explain Why This revision was automatically updated to reflect the committed changes. MaskRay marked 2 inline comments as done.
Revision Contents
Diff 507794 clang/include/clang/Driver/Options.td
|
Some stack unwinding cases, such as profilers and sanitizers, may prefer specifying the -fno-omit-frame-pointer option. On many targets, -O1 and higher omit the frame pointer by default.