Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp889904imm; Fri, 5 Oct 2018 13:41:25 -0700 (PDT) X-Google-Smtp-Source: ACcGV63BTH74+jB4ZBKhwhZcRASTDWVkipta5BH4zkh3iKL/qOaKQ8i99xCM+EPQyc388WnfcYwQ X-Received: by 2002:a62:507:: with SMTP id 7-v6mr13646823pff.80.1538772085397; Fri, 05 Oct 2018 13:41:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538772085; cv=none; d=google.com; s=arc-20160816; b=O4xz3MWlRt1h4yTvviyx0TLHci3rU7RYZVODB7lpjEqk5F9+wxIWLYHxcRdTRr7wMH gGXFaNapQDYq3zlUJmno/3W54coFjIcWPiJ2fFOkQyCDK8GsDT3VW9u5sYGcbpirVI1U yZX1OpeVmz8D0EL2Kjfzy0xb1ygCfIU75oa52XsGJhDuJdrBFB7VIf9/scXU+4U88Sn5 YnTTc1s5AADkSt90heeE7uGjJKmFwc4VnGiyUPp1fZ2+16yjk4dyoEJjjh2gbBpZLihN FuMK7P5O5ULXCoLcyEJ/wlhekDBagO9rTKKRmgkEkr7UMOOd6W59CY151IHX7P/AmSmo XznA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=lbb9s/tT9FH9/ja6qn2mBVHPp2QWdFedP5lopO/6cGw=; b=Rxe2ojeWReqjDNdJG0DbdMSTrhQVRIg88PIkhUHUvjB6vOtUDxPEQbc+OwW3Iy5qxF /s1tlHOjRqlpsVKXRJ9krmv3fVHz5kpl5Zj/J6pnSq7KHXKLZByUw5RRr1czRSjSAxFr x6l9UnB7jLVlndwHMUts/1ZnMsam7i3ji8qpjA4PriRVHjgl7r3m4DjvDLy9KsydBSV8 OxSbVw3vP/8zqmVRejGfGrfCJIfLvhwDbNIK5SzKtzVYlzbK3Er07glML3EQ2OLorRqm CdjhjGPCWhilGRReK4HWfBXElyFwmhghf3MXltnUi4k0HbCyGVT3Z3qEXD6a+2DE9jns p28A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 66-v6si9519136pgg.383.2018.10.05.13.41.09; Fri, 05 Oct 2018 13:41:25 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728958AbeJFDlW (ORCPT + 99 others); Fri, 5 Oct 2018 23:41:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47646 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728139AbeJFDlW (ORCPT ); Fri, 5 Oct 2018 23:41:22 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id F32FC3097031; Fri, 5 Oct 2018 20:40:59 +0000 (UTC) Received: from localhost (ovpn-117-52.phx2.redhat.com [10.3.117.52]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8B04362937; Fri, 5 Oct 2018 20:40:59 +0000 (UTC) From: Eduardo Habkost To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org Subject: [PATCH 0/2] tools/perf: Python 3 + clang build fixes Date: Fri, 5 Oct 2018 17:40:56 -0300 Message-Id: <20181005204058.7966-1-ehabkost@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.43]); Fri, 05 Oct 2018 20:41:00 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 insertions(+), 7 deletions(-) -- 2.18.0.rc1.1.g3f1ff2140