[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170620092054.7d2mgzx6cw3jvgji@gmail.com>
Date: Tue, 20 Jun 2017 11:20:54 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Matthias Kaehlcke <mka@...omium.org>
Cc: hpa@...or.com, Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H . J . Lu" <hjl.tools@...il.com>,
David Woodhouse <dwmw2@...radead.org>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
Michal Marek <mmarek@...e.com>, x86@...nel.org,
linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
Michael Davidson <md@...gle.com>,
Greg Hackmann <ghackmann@...gle.com>,
Nick Desaulniers <ndesaulniers@...gle.com>,
Stephen Hines <srhines@...gle.com>,
Kees Cook <keescook@...omium.org>,
Arnd Bergmann <arnd@...db.de>,
Bernhard.Rosenkranzer@...aro.org,
Peter Foley <pefoley2@...oley.com>,
Behan Webster <behanw@...verseincode.com>,
Douglas Anderson <dianders@...omium.org>
Subject: Re: [PATCH v4 3/3] x86/build: Specify stack alignment for clang
* Matthias Kaehlcke <mka@...omium.org> wrote:
> Ingo didn't like the duplication and suggested the use of a variable, which
> kinda implies a check for the compiler name.
I don't think it implies that: why cannot cc_stack_align_opt probe for the
compiler option and use whichever is available, without hard-coding the compiler
name?
> I also think this is a cleaner solution. [...]
I concur with hpa: hard-coding compiler is awfully fragile and ugly as well.
With the proper probing of compiler options it will be possible for compilers to
consolidate their options, and it would be possible for a third compiler to use a
mixture of GCC and Clang options. With hard-coding none of that flexibility is
available.
> but I'm happy to respin the patch if you have another suggestion that is ok for
> both of you.
Please do.
Thanks,
Ingo
Powered by blists - more mailing lists