[PATCH v3 0/3] perf: build: Minor fixes for build failures

Yang Jihong posted 3 patches 1 year, 4 months ago
Only 2 patches received!
There is a newer version of this series
tools/build/feature/Makefile | 5 ++++-
tools/perf/Makefile.config   | 7 +++++--
tools/perf/util/dwarf-aux.h  | 1 +
3 files changed, 10 insertions(+), 3 deletions(-)
[PATCH v3 0/3] perf: build: Minor fixes for build failures
Posted by Yang Jihong 1 year, 4 months ago
Changes since v2:
 - patch1: change LIBDW_VERSION to follow up the style of
   LIBTRACEEVENT_VERSION. (by Leo's suggestion)
 - patch2: Use a new line for the -ldl dependency and with comment,
   synchronize tools/perf/Makefile.config. (by Leo's suggestion)
 - patch3: include header files in alphabetical order,
   add reviewed-by tag from Leo. (by Leo's suggestion)

Changes since v1:
 - patch3: Remove UTF-8 characters from build failure logs

Yang Jihong (3):
  perf: build: Fix static compilation error when libdw is not installed
  perf: build: Fix build feature-dwarf_getlocations fail for old libdw
  perf dwarf-aux: Fix build fail when HAVE_DWARF_GETLOCATIONS_SUPPORT
    undefined

 tools/build/feature/Makefile | 5 ++++-
 tools/perf/Makefile.config   | 7 +++++--
 tools/perf/util/dwarf-aux.h  | 1 +
 3 files changed, 10 insertions(+), 3 deletions(-)

-- 
2.25.1
Re: [PATCH v3 0/3] perf: build: Minor fixes for build failures
Posted by Leo Yan 1 year, 4 months ago
On 8/7/2024 4:20 AM, Yang Jihong wrote:
> Changes since v2:
>  - patch1: change LIBDW_VERSION to follow up the style of
>    LIBTRACEEVENT_VERSION. (by Leo's suggestion)
>  - patch2: Use a new line for the -ldl dependency and with comment,
>    synchronize tools/perf/Makefile.config. (by Leo's suggestion)
>  - patch3: include header files in alphabetical order,
>    add reviewed-by tag from Leo. (by Leo's suggestion)

For this series:

Reviewed-by: Leo Yan <leo.yan@arm.com>
Re: [External] Re: [PATCH v3 0/3] perf: build: Minor fixes for build failures
Posted by Yang Jihong 1 year, 3 months ago
Hello,

PING.

Are there any other issues with this patchset?

Thanks,
Yang.

On 8/7/24 15:49, Leo Yan wrote:
> On 8/7/2024 4:20 AM, Yang Jihong wrote:
>> Changes since v2:
>>   - patch1: change LIBDW_VERSION to follow up the style of
>>     LIBTRACEEVENT_VERSION. (by Leo's suggestion)
>>   - patch2: Use a new line for the -ldl dependency and with comment,
>>     synchronize tools/perf/Makefile.config. (by Leo's suggestion)
>>   - patch3: include header files in alphabetical order,
>>     add reviewed-by tag from Leo. (by Leo's suggestion)
> 
> For this series:
> 
> Reviewed-by: Leo Yan <leo.yan@arm.com>