[all-commits] [llvm/llvm-project] 402eca: Enable frame pointer for non-leaf functions on And...
yabinc via All-commits
all-commits at lists.llvm.org
Mon Jul 8 10:02:00 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 402eca265f7162e26b8b74d18297fd76c9f100de
https://github.com/llvm/llvm-project/commit/402eca265f7162e26b8b74d18297fd76c9f100de
Author: yabinc <yabinc at google.com>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/test/Driver/frame-pointer.c
Log Message:
-----------
Enable frame pointer for non-leaf functions on Android (#97614)
On Android, we always want frame pointers to make debugging in the field
easier. Since frame pointers are already enabled for AArch64, ARM and
RISCV64, effectively this change further enables frame pointers for X86
and X86_64.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list