From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from condef-03.nifty.com (condef-03.nifty.com [202.248.20.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8121A441A for ; Fri, 23 Sep 2022 19:51:04 +0000 (UTC) Received: from conssluserg-04.nifty.com ([10.126.8.83])by condef-03.nifty.com with ESMTP id 28NJj3xT006036 for ; Sat, 24 Sep 2022 04:45:03 +0900 Received: from mail-oi1-f170.google.com (mail-oi1-f170.google.com [209.85.167.170]) (authenticated) by conssluserg-04.nifty.com with ESMTP id 28NJigt2019816 for ; Sat, 24 Sep 2022 04:44:42 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-04.nifty.com 28NJigt2019816 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1663962283; bh=NbCGtSdbG3oqkI66EnHd+jvnGku05D5DfnQbs9zZVLQ=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=x3AlN+6O4X9CLT/N/7ZyrW06jeAzLkdBWhD7QRycVtcysFmSD0ITESQgBNVO6rD0h JYui6PIm3GqoAhIOaxxrcYdHfjc6SQQuYjx2GEq5T9r/ivNcnCilFYSxHPliFgpxSw w7z+Cd8FNL2AJFGyzDC27uIZ3H3JN1Bm+GPPu5hJbBVvt85X2MPxEzyOv320oIbpQL 7txS0Sof7x64RslwTy8YpPGGVIRMnxXtIdlUIuOJG2/9nv4uP0k62QY/7mA+115kGd knpH0CD/9NlMOExcZvpW8+rzCHItIuRv5nt24y/pqDHgxFZv7JmsBPHgAGBx9yx9IW r0uX9yaeC9cZw== X-Nifty-SrcIP: [209.85.167.170] Received: by mail-oi1-f170.google.com with SMTP id s125so1084578oie.4 for ; Fri, 23 Sep 2022 12:44:42 -0700 (PDT) X-Gm-Message-State: ACrzQf3qnEAEOC8/w69nxEaoLt+X9eYrHGxtaqxE9VFMOgAqoPuLJkVo sTalAPHjgJBLo5Gn+E9Gqi4oZvDCF07nhv1gQ3E= X-Google-Smtp-Source: AMsMyM4vcr/Sug/Gk/8SieMnzcAA6gpJvAs6fyFex07yhjwvQa+N4xU9WsDe4RAkBzwftz4MHWUhlgA3q0Zd//wh+AY= X-Received: by 2002:a05:6808:1b85:b0:34d:8ce1:d5b0 with SMTP id cj5-20020a0568081b8500b0034d8ce1d5b0mr9560936oib.194.1663962281705; Fri, 23 Sep 2022 12:44:41 -0700 (PDT) Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 References: <20220919170828.3718437-1-ndesaulniers@google.com> In-Reply-To: <20220919170828.3718437-1-ndesaulniers@google.com> From: Masahiro Yamada Date: Sat, 24 Sep 2022 04:44:05 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v4] Makefile.compiler: replace cc-ifversion with compiler-specific macros To: Nick Desaulniers Cc: Michal Marek , Linux Kernel Mailing List , clang-built-linux , Bill Wendling , Nathan Chancellor Content-Type: text/plain; charset="UTF-8" On Tue, Sep 20, 2022 at 2:08 AM Nick Desaulniers wrote: > > cc-ifversion is GCC specific. Replace it with compiler specific > variants. Update the users of cc-ifversion to use these new macros. > > Link: https://github.com/ClangBuiltLinux/linux/issues/350 > Link: https://lore.kernel.org/llvm/CAGG=3QWSAUakO42kubrCap8fp-gm1ERJJAYXTnP1iHk_wrH=BQ@mail.gmail.com/ > Suggested-by: Bill Wendling > Reviewed-by: Nathan Chancellor > Signed-off-by: Nick Desaulniers > --- > Changes v3 -> v4: > * Split into its own patch again from series, as per Masahiro. > * Rebase on top of b0839b281c427e844143dba3893e25c83cdd6c17 and update > clang -Wformat logic in scripts/Makefile.extrawarn, as per Masahiro. Applied to linux-kbuild. Thanks. -- Best Regards Masahiro Yamada