From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtprelay0094.hostedemail.com ([216.40.44.94]:59350 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727910AbgBZXZG (ORCPT ); Wed, 26 Feb 2020 18:25:06 -0500 Message-ID: <8b9eaca3ab7b05db8b5562284484a24d44bf6cce.camel@perches.com> Subject: Re: [PATCH] Documentation/llvm: add documentation on building w/ Clang/LLVM From: Joe Perches Date: Wed, 26 Feb 2020 15:23:31 -0800 In-Reply-To: References: <20200224174129.2664-1-ndesaulniers@google.com> <202002242003.870E5F80@keescook> <20200225041643.GA17425@ubuntu-m2-xlarge-x86> <202002251353.25A016CD@keescook> <3b7b2b366220c9ba39ebc241ba22c0304f0d61b0.camel@perches.com> Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Nick Desaulniers Cc: Kees Cook , Nathan Chancellor , Jonathan Corbet , Masahiro Yamada , Michal Marek , Linux Kbuild mailing list , Linux Doc Mailing List , LKML , clang-built-linux On Wed, 2020-02-26 at 15:18 -0800, Nick Desaulniers wrote: > On Tue, Feb 25, 2020 at 2:21 PM Joe Perches wrote: > > On Tue, 2020-02-25 at 13:56 -0800, Kees Cook wrote: > > > I think we should take a specific version stand as the > > > "minimum" version. Being able to build x86 defconfig is a good minimum > > > IMO. > > > > Agree. > > > > It's odd to say that clang 4 is fine for arm when it's > > not fine for x86. It's also reasonable to expect arm > > users to upgrade their compiler to a more recent version > > when the only cost is a very small bit of time. > > That's a very x86 centric point of view. Really? How many code generation improvements and possible defects have been corrected between clang 4 and clang 10 for arm? I presume more than a few.