Re: [PATCH v1 00/11] Libdw/dwarf build clean up

From: Leo Yan
Date: Tue Sep 24 2024 - 15:44:50 EST


On 9/24/2024 5:04 PM, Ian Rogers wrote:

> The patches remove the conditional compilation assuming the
> features are in libdw where the feature test is expanded to check
> there pressence.
>
> In the Makefile code dwarf tends to mean unwind or libdw support for
> dwarf things. To make it clearer when dwarf really just means libdw
> numerous build variables and defines are renamed.
>
> There is some tech debt in the changes as perf check still reports the
> values using the old name and for features that are no longer tested.

I built for Arm64 target with static and dynamic linkage, both can build
successfully in Ubuntu 24.04 and Debian bookworm. FWIW:

Tested-by: Leo Yan <leo.yan@xxxxxxx>