Re: [RFC PATCH] ARM: UNWINDER_FRAME_POINTER implementation for Clang

From: Dave Martin
Date: Mon Aug 05 2019 - 09:39:58 EST


On Fri, Aug 02, 2019 at 10:27:30AM -0700, Nathan Huckleberry wrote:
> You're right. Would pushing an extra register be an adequate fix?

Would forcing CONFIG_ARM_UNWIND=y for clang work as an alternative to
this?

Assuming clang supports -funwind-tables or equivalent, this may just
work.

[...]

Cheers
---Dave