Re: [PATCH 0/2] tools/perf: Python 3 + clang build fixes

2018-10-05 Thread Arnaldo Carvalho de Melo
Em Fri, Oct 05, 2018 at 05:40:56PM -0300, Eduardo Habkost escreveu: > This series contains a couple fixes to make it possible to build > perf with Python 3 and clang. > > Eduardo Habkost (2): > perf: Make clang_has_option() work on Python 3 > perf: More portable way to make CFLAGS work with cl

[PATCH 0/2] tools/perf: Python 3 + clang build fixes

2018-10-05 Thread Eduardo Habkost
This series contains a couple fixes to make it possible to build perf with Python 3 and clang. Eduardo Habkost (2): perf: Make clang_has_option() work on Python 3 perf: More portable way to make CFLAGS work with clang tools/perf/util/setup.py | 16 +--- 1 file changed, 9 insertio