Re: [PATCH v1 1/2] perf build: Allow C++ demangle without libelf

From: Arnaldo Carvalho de Melo
Date: Mon Apr 03 2023 - 17:49:48 EST


Em Mon, Apr 03, 2023 at 02:10:20PM -0700, Ian Rogers escreveu:
> The cxa demangle support isn't dependent on libelf and so we no longer
> need to disable demangling if libelf isn't present.

Thanks, applied.

- Arnaldo


> Signed-off-by: Ian Rogers <irogers@xxxxxxxxxx>
> ---
> tools/perf/Makefile.config | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config
> index 236d763181c5..dd203f0a2b7e 100644
> --- a/tools/perf/Makefile.config
> +++ b/tools/perf/Makefile.config
> @@ -412,7 +412,6 @@ endif
>
> ifdef NO_LIBELF
> NO_DWARF := 1
> - NO_DEMANGLE := 1
> NO_LIBUNWIND := 1
> NO_LIBDW_DWARF_UNWIND := 1
> NO_LIBBPF := 1
> --
> 2.40.0.348.gf938b09366-goog
>

--

- Arnaldo